I recently switched over from a Hauppauge PVR-150 MCE to a Hauppauge PVR-USB2 and my recorded shows with GBPVR seem to have grown by approx 50%. (lots of episodes of CSI)
File sizes for a one hour recordings were previously just under 2Gig and now they are around 3 Gig. In both cases the quality was set to Medium.
Could something have changed in my system to cause this, or are the new recordings in fact at a higher quality? Are these file sizes in line with what others are experiancing?
I am wondering if a change in a CODEC cause this? I have two Intervideo Video CODECs installed V. 5.35.28 and V. 4.5.28.238
hey, so i have gb-pvr working pretty well with a pvr-150 and dish network external tuning. i was wondering, though, if it's possible to have gb-pvr automatically enter timeshifting when you enter live tv (and stay in timeshifting mode indefinitely). i would prefer to just have timeshifting always on, instead of having the "entering timeshifting mode" screen come up every time i hit pause, forward, back, etc. for this first time on each channel. same thing goes for when changing channels, or selecting a channel from the guide. for me, just having timeshifting on as a default would be optimal, so i was wondering if this is possible in any way. thanks in advance to anyone for help, and sub, the program is just great.
For those of you that have developed Music Plugins for GBPVR, if you tell GBPVR to play an MP3 file, and it is already playing one, does it automatically stop the current file, and start playing the new one, or do you have to check to see if it is playing a file, and then tell it to stop, and play the new file.
When I press "Fm Radio" I get the message "You must have the LAME MP3 audio encoder installed to use Fm Radio". Downloaded "lame_dshow" and unziped it into c:\Program\LAME MP3 Audio Encoder. Did not work. Tryed to unzip it into c:\Program\devnz\gbpvr. This also faild.
Also, when i press "comics" I get the message "Error: 'Blah2' is an undeclared namespace. Line 3, posision 3."
So I am working on a different kind of web camera plugin. One that works for security systems and video phones (sound is still something I need to figure out). I have a few questions that hopefully others might know the answer to.
First I have a windows application that reads the camera and collects still images. Fast enough to appear like full video.
I need a windows application since I need the windows handle. I do not know if it would work if sub exposed it but my idea is that he would not need to.
Now the application is capturing frames with a size of 304128 bytes. (352x288).
I want this to work with the MVP (without sound) as well as the PC.
So this application connects to a set of cameras and sends the images to the client (client and server in the same application) client connects to remote server, remote server connects to local client.
I am debating about using the gbpvr as the client itself but that will break the support for multiple MVPs with this plugin.
Now I have an image (Which is a bmp?) that I am trying to serialize to the remote client. I have not figured out
1. How to compress the image to a jpg and send its data across. I can not get to the data directly. I have the data as a bmp but that is 300K a jpg would be about 14k. So ideally I want this as an jpg image.
I found a save method on an image but that does not stream well. I can write it to a file but that adds additional I/O overhead.
I would eventually like sound, I think the mvp does not support wav so the sound would have to be mpeg and thus delayed by a few seconds. For the PC it should be possible though.
I think there is a little Bug in the RssReader Plugin when having a language.xml file in use.
Here is the stack trace:
Code:
************** Ausnametext **************
System.Xml.XPath.XPathException: '/language/translate[@originalText="Error: '/language/translate[@originalText="Na, und worum geht's?" Christian Rahn gestaltet den Gesprchseinstieg herausfordernd. Weil er wei, dass seine Geschichte den Stoff liefert fr Klischeebehaftetes. "Absturz eines Jungstars" zum Beispiel. Oder: "Ein Nationalspieler als Zweitliga-Ersatz.""]' ist ein ungltiger Token."]' ist ein ungltiger Token.
at System.Xml.XPath.XPathParser.ParseStep(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseUnaryExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseEqualityExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseOrExpr(AstNode qyInput)
at System.Xml.XPath.XPathParser.ParseXPathExpresion(String xpathExpresion)
at System.Xml.XPath.XPathNavigator.Compile(String xpath)
at System.Xml.XPath.XPathNavigator.Select(String xpath)
at System.Xml.XmlNode.SelectSingleNode(String xpath)
at GBPVR.Public.SkinHelper.getTranslation(String text)
at cg.a(Boolean& A_0)
at q.r()
at cg.b(String A_0)
at q.a(Message& A_0)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I think it happens when trying to translate a text body from a rss news with invalid (non ANSI?) characters in it.
Maybe such strings could be excluded from translation?
I have been playing with adding specific screen position settings in the config for each MVP and getting random red or blue backgrounds on my MVP's. The strange thing is the blue background is in the config but sometimes it shows up as red (same blue skin only red as opposed to the red sky background). Do I need to add a statement in each section to specify which skins to use for each MVP?