NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,218
» Latest member: tb_scooter
» Forum threads: 65,382
» Forum posts: 602,247

Full Statistics

Online Users
There are currently 2121 online users.
» 0 Member(s) | 2114 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Twitter, Yandex

Latest Threads
Computer Freeze_ups
Forum: Windows
Last Post: mvallevand
5 hours ago
» Replies: 1
» Views: 37
Optimizing asset delivery...
Forum: Developers
Last Post: PaulHenri
Yesterday, 11:00 AM
» Replies: 0
» Views: 27
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 589
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,764
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 278
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 251
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 137
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,058
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 547
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,071

 
  support for better video renderers (haali, madVR)
Posted by: Dave_M - 2009-05-10, 11:28 AM - Forum: Wishlist - Replies (8)

I've noticed that using VMR9 the video looks a little washed out. Is it possible to add support for better video renderers. In particular I'm thinking of madVR http://forum.doom9.org/showthread.php?t=146228. But haali video renderer is nice too since you can at least set the luminance range 16-235 for video input so that blacks are really black and whites are white.

Print this item

  no video when using MPC filter
Posted by: sweaterfan - 2009-05-10, 02:20 AM - Forum: GB-PVR Support (legacy) - Replies (1)

I want to view LiveTV using GBPVR and my Hauppauge HD PVR (H264). I installed GBPVR and the ArcSoft patch, added <PreferredHDPVRAudioFormat>AC3</PreferredHDPVRAudioFormat> to get the audio to work, set the video decoder to ArcSoft, and was able to view live TV, but the video stuttered. CPU utilization was about 10%, so it was using hardware acceleration just fine. Could be a problem with the ArcSoft decoder.

I wanted to try the MPC decoder since MPCHC works well and uses hardware acceleration for playback. I downloaded the MPCVideoDec.ax and registered it. Windows Media Player used it to play a H264 file, so that seemed ok. When I set GBPVR to use MPC filter as the video decoder, I get only audio. I tried all of the listed video renderers (VMR9 Custom, VMR9FE, EVR, and overlay), but no luck. I installed Haali splitter, but same result. What am I missing?

Here's a snippet from the log:

2009-05-09 21:10:16.843 VERBOSE Graph contains the following filters:
2009-05-09 21:10:16.843 VERBOSE - Default DirectSound Device
2009-05-09 21:10:16.843 VERBOSE - MPC - Video decoder
2009-05-09 21:10:16.843 VERBOSE - Video Renderer
2009-05-09 21:10:16.843 VERBOSE - AC3Filter
2009-05-09 21:10:16.843 VERBOSE - ArcSoft Video Decoder
2009-05-09 21:10:16.843 VERBOSE - MPEG-2 Demultiplexer
2009-05-09 21:10:16.843 VERBOSE - Hauppauge HD PVR Encoder
2009-05-09 21:10:16.843 VERBOSE - Hauppauge HD PVR Capture Device
2009-05-09 21:10:16.843 VERBOSE - Hauppauge HD PVR Crossbar

Print this item

  coding/programming question (non-gbpvr related)
Posted by: Etacovda - 2009-05-09, 11:22 PM - Forum: General Discussion - Replies (8)

Ok, so im currently building a solar space heater, in the typical kiwi #8 wire style - entirely home made. I will be making my own panels from old windows, getting a pair of pumps, and an old hot water cylinder/storage tank in which i will house water + rocks to hold the heat (heavily insulated). The basis of the system is such -

10m2+ of solar collector panels running water through some kind of heat exchanger (havent gotten entirely to that part yet, still deciding on materials/construction)
1x 200L+ tank with rocks to appreciate sufficient thermal mass
1x car heatercore + fan (obviously boxed up nicely as not to look terrible!)
2x pumps

so, when outside temp is hot enough that it will be generating decent heat vs the tank temperature, pump will operate to collect heat through solar panels.

internal pump will work when the following conditions are met - A) tank temp is significantly higher than internal temperature. B) time is within set limits/manual override is set to heat room.

I am heating a relatively small space, total of 30m2 or so, so nothing too significant. Obviously building this system with a view to increase panel size etc and have a decent project with it.

Temp sensing is done by dallas 1-wire sensors through serial port. 4 temp sensors monitor internal temp, tank top/bottom temp, and panel temp.
So far i am either logging through the two following methods -

using digitemp for windows - http://digitemp.com/software/windows/
or using logtemp (which i have found pretty damn good)
- http://www.mrsoft.fi/ohj01en.htm


now, to control the pump/fans i want to use relays via the parallel port of my pc - there are multiple ways of doing this, in many programming languages. I will be using windows xp as i will run it off my main gbpvr box, at least at first. both of the above progs output data from each sensor individually named with its own serial number for input into other programs. Logtemp offers many options for this, from xml, to csv, to straight to an sql db.

Now, my question is - i can program to the parallel port in many languages. What language would people recommend?

my options go from turbo c, to c#, to vb, java... i have had a very small amount of experience with vb in excel, but thats pretty much it. So i will be teaching myself from scratch - what i want to know is, what would be best for me to learn for future projects/programming? i dont want to learn a dead language!

any help appreciated Smile

oh, of course - eventually i want to make a plugin for my gbpvr to be able to control the heating/cooling/variables with my remote, but thats the last step! This system wont be hot water heating just yet either, as i am in a rental - but i plan to make it able to be moved to a house when we buy one to be plumbed into the hot water to give hot water solar heating as well, with a 3rd pump + more sensors.

Print this item

  Responding to keypress events while a video is playing
Posted by: Ommina - 2009-05-09, 11:00 PM - Forum: Developers - Replies (7)

So! Two questions. First the easy one (I hope).

Is it possible to get key event notifications while a video is playing?

GBPVR.Public.IMenuTask.OnKeyDown does not seem to fire once the video starts. (Maybe because there is no way to differentiate which plugin to send the keypress to?)

I do note, though, that there is an IVideoPlayer that can be retrieved via getActiveVideoPlayer, and it has an onKeyDown. Can I use this to... somehow... respond to keypresses while a video is running?

Or any other hints?

(The other question can wait...)

Print this item

  switching tuning spaces
Posted by: pBS - 2009-05-09, 10:51 PM - Forum: GB-PVR Support (legacy) - Replies (9)

when i switch from a atsc channel to a svideo-in ch. and that card is busy recording, i get black screen...it's almost as if it's trying to tune it, as i can wait there as long as i want and just hit ch down and it'll go back to previous channel. i thought it might be trying to display the [tuners are busy,select one that's recording below] message,so i hit down and ok, but it isn't...that didn't do anything..i just changed channel back and that worked fine..
so it seems like it doesn't know how to popup the busy dialog when changing channels in livetv...
when the tuner isn't busy, it changes fine...

just confirmed, changing channels in livetv from atsc to svideo channels, if the svideo ch's are busy, it doesn't do anything, just black screen, can successfully change ch back to atsc.

if svideo not busy recording, can change to and from svideo ch's fine..
expected to see 'busy' dialog where i could pick in-progress recording to watch, so i hit appropriate keys,in case i just wasn't 'seeing' it, and nothing happens, but can still change back to atsc ch fine...

i'm using the PCH2 pvrx2.exe currently...and can also confirm the resume problem w/that exe only happens on in-progress recordings,finished stuff resumes fine...

i'll try the 'official' 1.3.11 exe here soon to see if any diff...
need logs?

Print this item

  GBPVRTSReader.ax Not Listed in Codecs
Posted by: observer_11 - 2009-05-09, 05:56 PM - Forum: GB-PVR Support (legacy) - Replies (1)

I can't find an entry for the GBPVRTSreader.ax filter/codec when I list codecs for my HTPC using Gspot. I can see and use it with GraphEdit and I have successfully registered it. One of the reasons I ask is I am trying to sort out TS rendering issues on my HTPC. All the other GBPVR filters/codecs appear in GSpot except the TSreader one - any guesses why?

Print this item

  Error Restarting GBPVR Recording Service on Win2003
Posted by: Ski098 - 2009-05-09, 04:50 PM - Forum: GB-PVR Support (legacy) - Replies (1)

I'm getting an error message when it tries to stop and restart the recording service.

Here is the error message from windows. I'll try and grab the log files and attach them momentarily.

Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: Cannot start service GB-PVR Recording Service on computer '.'. ---> System.ComponentModel.Win32Exception: An instance of the service is already running --- End of inner exception stack trace --- at System.ServiceProcess.ServiceController.Start(String[] args) at System.ServiceProcess.ServiceController.Start() at Config.xfd6951461fe46d87.xd1bc48f5dba57993(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Config Assembly Version: 1.0.3299.13249 Win32 Version: 1.0.3299.13249 CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/config.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- GBPVRBackendCommon Assembly Version: 1.0.3299.13248 Win32 Version: 1.0.3299.13248 CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/GBPVRBackendCommon.DLL ---------------------------------------- GBPVRPublic Assembly Version: 1.0.3299.13224 Win32 Version: 1.0.3299.13224 CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/GBPVRPublic.DLL ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.30.1 Win32 Version: 1.0.30.1 CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/System.Data.SQLite.DLL ---------------------------------------- NativeUtilities Assembly Version: 1.0.3299.13247 Win32 Version: CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/NativeUtilities.DLL ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.1433 Win32 Version: 8.00.50727.1433 CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5CF844D2/msvcm80.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Security Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll ---------------------------------------- Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Web.Services Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- System.Data.SqlXml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll ---------------------------------------- System.Configuration.Install Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll ---------------------------------------- Microsoft.VisualC Assembly Version: 8.0.0.0 Win32 Version: 8.00.50727.1433 CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- PVRUiPublic Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Devnz/GBPVR/PVRUiPublic.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Print this item

  What's the latest mvpmc version?
Posted by: mkenyon2 - 2009-05-09, 04:47 PM - Forum: MVPMC dongle - Replies (2)

What's the latest MVP version? I looked here: http://forums.gbpvr.com//showthread.php?t=25206

And everything says Not Recommended. What's up?

Print this item

  Problem playing .iso movies
Posted by: tsandershsa - 2009-05-09, 03:44 PM - Forum: SearchWiz & MovieWiz - Replies (4)

I'm running GBPVR 1.3.11 and Moviewiz v1.0.25.1.... I have all my movies backed up to a drive as .iso image files and Deamon tools loaded.... When I select Movie Wizard from the GBPVR menu, it loads fine and all movies show up as they should, but when I select a movie and click "watch", the screen goes black and I can see that deamon tools mounts the image but the movie will not start...no matter how long I wait...

Now, If I hit escape, it will take me back to the GBPVR menu and I can select Moviewiz again, select the movie again and select watch again and it may or may not play this time....usually it takes at least 3 times but usually I have to do this 5 or more times....

I have tried manually unmounting the image between each attempt and I have tried mounting the image before the attempt...neither worked any differant.

Any ideas on what could be the problem?

Thanks,
Todd

If you need to see a log file, which file would you need?

Print this item

  Twinhan notenough power on lnb
Posted by: Nymann - 2009-05-09, 03:07 PM - Forum: Hardware - Replies (1)

Hi all

Have problem that i don't have enough power out to the lnb´s only 0.5 V should be 12 V.

Cant find any manual over the card, have connection plug "format 3,5mm hole" in the back of the card but cant find out what thats it for. Can it be for external power supply??

Card is Twinhan AD-SP300

/Nymann

Print this item

Pages (6435): « Previous 1 … 2369 2370 2371 2372 2373 … 6435 Next »
Jump to page 

© Designed by D&D, modified by NextPVR - Powered by MyBB