I am finally working on my own plugin from the source you gave me, i just what to ask you that from the new version of gbpvr, it seems that the problem i was having at first with the old plugin source what the archivepath code and archive days code, i removed the code and the old version works fine. What changes to the code from that point needs to be changed? I will dig a liitle hard and try to figure it out, but beginning how this is my first one, i guess things come a little slower at first..by the way thanks for the source code...
sub i was looking around the config.xml file and noticed this
[b Wrote:Quote[/b] ]<!-- plugins should write their settings into the PluginSettings node below. This ensures they'll be retained during an upgrade -->
<PluginSettings>
<SomeExamplePlugin>
<AreaCode>90210</AreaCode>
</SomeExamplePlugin>
</PluginSettings>
now should i, and others, start putting our custom plugins tags inside thost tags? since in the past there have been problems with plugins settings dissappearing when installing a new version of gbpvr. or is this just something that has been in there for ages and no one ever used, and just should be ignored?
I demo'd a version of GBPVR around Christmas just to see if I liked it. I used the same PVR350 card I have now. When I exited GBPVR it shut off the TV-Out, as I think it should. I loaded it on the computer that is now my GBPVR box full time, but now the TV-Out doesn't shut off when I exit GBPVR. It goes to the color bars and stays that way until WindowsXP is restarted. I have the tvout going to a converter box that puts it on channel 3 of the house cable. Unfortunately other channels don't come in very well when that's on, so leaving it on all the time is not an option. It is also upstairs in the office, so it's not as easy as plugging it in whenever I want to watch something as I control it from the basement sometimes using an ATI Remote Wonder. This is a serious impairment. Can anyone give me a hint, or tell me if this is a known problem? Thanks!
I have a PVR350 and have been using the Sonic decoder and am pleased. However, I've also tried (1 day) the Nvidia decoder. Cant' really see a difference.....so, curious, what are most people using?
Also, I have a 19LCD using dvi to my system and while photographs are crystal clear and look like I'm actually in the picture, tv is not. I don't expect it to be that clear but why is it not a sharp as my tv?
Thanks
Is it possible to play the sytems sounds out the PVR350? If not is thier any way to get the Net Radio to play out the PVR350? MY computer is quite a ways from my TV/Entertainment center and don't want to run another set of cables.
I just installed a 150MCE card, and gbpvr for the first time, on a Win2K Pro box. It's running SP4, and the latest DirectX.
I've followed the quick start to configure, adding my local channels, 150MCE card, etc.
Upon trying Live TV, I receive the following message:
Debug Assertion Failed
Program: c:\program files\gbpvr\gbpvrrecordingservice.exe
File: dbgdel.cpp
Line: 52
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
After which, the app locks up.
Also, if I try to watch a video clip on my harddrive ( one that already exists ), I hear audio but only see a black screen for the video output.
Hi all,
I have just signed up to this forum so go easy on me!
I am currently using a crappy avi capture board with iuvcr and an external program to control recording for a surveillance system. this works well but i want to get a mpeg2 board - possibly leadteks pvr2000.
basically, all i want to know is how to tell gbpvr to start and stop recording from an external program.
I have used borland builder 6 to do this for iuvcr.
source will always be composite in and quality will always be highest.
below is iuvcr commands
#include <winuser.h>
HWND iuvcrwindow;
if ((iuvcrwindow = FindWindow("TfVCR", NULL)))
{
  PostMessage(iuvcrwindow, WM_COMMAND, command, LParam);
}
// The list of commands:
#define VCR_QUIT 50000 Â Â Â Â Â Â Â Â Â Â Â //fast quit without saving changes. Use WM_CLOSE for normal exit.
#define VCR_SHUTDOWN 50001 Â Â Â Â //not used
#define VCR_NEXTPROGRAM 50002
#define VCR_PREVPROGRAM 50003
#define VCR_START_PREVIEW_T 50004 //work as trigger
#define VCR_START_CAPTURE 50005
#define VCR_STOP_CAPTURE 50006
#define VCR_MUTE 50007
#define VCR_FULLSCREEN 50008
#define VCR_WINDOWED 50009
#define VCR_FULLSCREEN_T 50010 //work as trigger
#define VCR_SNAPSHOT 50011
#define VCR_PAUSE_T 50012 //work as trigger
#define VCR_PAUSE_ENTER 50013
#define VCR_PAUSE_RESUME 50014
#define VCR_NUMPAD0 50020
#define VCR_NUMPAD1 50021
#define VCR_NUMPAD2 50022
#define VCR_NUMPAD3 50023
#define VCR_NUMPAD4 50024
#define VCR_NUMPAD5 50025
#define VCR_NUMPAD6 50026
#define VCR_NUMPAD7 50027
#define VCR_NUMPAD8 50028
#define VCR_NUMPAD9 50029
#define VCR_SETFILENAME 50040 //LParam must contains pointer to zero-terminated string
But now when i start live-tv on my MVP i only see the correct channelname but got a black screen.
In my live-tv directory everytime a new file is created but it stays at 0 bytes.