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,194
» Latest member: warez100
» Forum threads: 65,379
» Forum posts: 602,223

Full Statistics

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

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 3,825
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 504
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 989
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,530
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 281
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 238
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 237
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 224
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 172
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 211

 
  File Sizes for recordings
Posted by: wrocky - 2005-04-27, 07:58 PM - Forum: GB-PVR Support (legacy) - Replies (7)

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

I'm lost on this one and losing disk space fast.

Wrocky

Print this item

  Timeshifting always on - Is this possible?
Posted by: breity - 2005-04-27, 07:37 PM - Forum: GB-PVR Support (legacy) - Replies (2)

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.

Print this item

  Play Videos in My Pictures (or vice versa)
Posted by: BenTO - 2005-04-27, 07:35 PM - Forum: Wishlist - Replies (2)

With my digital camera, I take pictures and videos. It would be nice to have the ability to play videos and pictures in the same plug-in.

Next add:
- playing both in a slideshow with transitions
- support playlists
- add background music

I think that would be similar to a request by someone else on queuing up a playlist of videos (trailers, main movie)

Just a wish...
Ben

Print this item

  Question on Playing MP3 files
Posted by: KingArgyle - 2005-04-27, 07:35 PM - Forum: Developers - Replies (1)

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.

Print this item

  Can´t get the Fm Radio to work.
Posted by: Andreas - 2005-04-27, 06:28 PM - Forum: Old Stuff (Legacy) - Replies (3)

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."

Anyone no whats wrong.

Thanks.

Andreas

Print this item

  Sending an image via a socket
Posted by: jorm - 2005-04-27, 05:44 PM - Forum: Developers - Replies (5)

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.

Print this item

  How many MVP do you have?
Posted by: Ron22 - 2005-04-27, 05:30 PM - Forum: MVP & NMT - Replies (3)

Im working on a plugin and would like to know.

Print this item

  How many MVP do you have?
Posted by: Ron22 - 2005-04-27, 05:28 PM - Forum: MVP & NMT - No Replies

opps did not mean to pst twice.
How do you delte a thread?

Print this item

  Bug in RssReader with translations?
Posted by: alibert - 2005-04-27, 04:11 PM - Forum: Old Stuff (Legacy) - Replies (7)

Hi,

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?

-alibert

Print this item

  Multiple MVP's and skins
Posted by: spyder40 - 2005-04-27, 04:04 PM - Forum: GB-PVR Support (legacy) - Replies (8)

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?

Print this item

Pages (6435): « Previous 1 … 5811 5812 5813 5814 5815 … 6435 Next »
Jump to page 

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