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,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,178

Full Statistics

Online Users
There are currently 1267 online users.
» 1 Member(s) | 1260 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand

Latest Threads
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
9 hours ago
» Replies: 7
» Views: 55
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
Yesterday, 01:00 PM
» Replies: 43
» Views: 6,247
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 64
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: 134
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 131
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 98
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 148
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,865
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 190
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,462

 
  NPVR - VMR9 have wrong AR (WinXP)
Posted by: hoborg - 2010-12-28, 04:43 PM - Forum: Legacy (v4.x and earlier) - Replies (90)

Hi.
Firstly thanks for new nPVR release!
There is a problem with AR if VMR7/9 is in use, look on picture (problem was there in older nPVR too):
[Image: DSCN9346.JPG]
This one it "fast shot" from LiveTV.
It happend on all videos undepended on used decoder.

It can be "fixed" by using EVR, but that will kill DxVA on WinXP, so it is useless.
There is no such issue in GB-PVR or if i play video in Graphstudio.

BTW, "capture screenshot" will be usefull feature Smile

EDIT:
LOG

Print this item

  TV Listings 3.2.1 / NPVR.exe crashes
Posted by: ShiningDragon - 2010-12-28, 04:09 PM - Forum: TV Listings - Replies (6)

*suspect*

Oh hi Alibert, long time not written. *buck*

After upgrading to TV Listings 3.2.1 i have a small problem while idle within the TV Listing menu: NPVR.exe just crashes after a few minutes (around 7 minutes) (nothing pressed, nothing moved, nothing opened, just idle).

Print this item

  Universe Plugin Setup
Posted by: mvallevand - 2010-12-28, 03:47 PM - Forum: UbuStream, Web Radio and Universe - Replies (4)

This thread will contain the current version of Universe Plugin, a UPnP client for NPVR 1.5.36+

Current version 1.02 2010-12-30

To install uncompress and run the executable. It comes with only the default skin, but the skin from WebRadio will be used if found in other skins.

Martin

Print this item

  NPVR HTTP streaming bug?
Posted by: tmrt - 2010-12-28, 02:55 PM - Forum: Developers - Replies (3)

I am developing a linux npvr client. For playback I use mplayer using streaming from http://server:8866/stream?f=... , but I have problem with seeking the media. The source of the problem seems to be that the server does not report Accept-Ranges: bytes unless a range is specified in the http request. As a result mplayer does not recognize the stream as seekable.

For example:

wget -S .... would give you:

HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Server: N-PVR
Connection: Close
Content-Length: 1410023424
Content-Type: application/octet-stream

while wget -c -S .... on a partially downloaded file would give you.

HTTP/1.1 206 Partial Content
Server: N-PVR
Accept-Ranges: bytes
Content-Range: bytes 14557832-1410023424/1410023424
Content-Length: 1395465593
Content-Type: application/octet-stream
Connection: close

I do not know whether this is the proper behavior and mplayer is buggy or there is a bug in the NPVR server?

At the moment I solved the issue by hacking mplayer, but this does not seem a viable solution if the bug is indeed in the NPVR server.

Print this item

  TV Listings 3.2 exception
Posted by: ShiningDragon - 2010-12-28, 02:09 PM - Forum: TV Listings - Replies (14)

I have just installed TV Listings 3.2 on the server in the following order:

- Disabling NRecord.exe, closing NTray.exe
- Install TV Listings 3.2
- Enabling NRecord.exe, starting NTray.exe
- Startup NPVR and go to settingsscreen
- Activate TV Listings and TV Recordings Plugin
- Shutdown NPVR.exe
- Startup NPVR and go to settingsscreen
- Configuring TV Listings 3.2 Plugin (2 Guides, 1 for analog TV, 1 for digital TV)
- Shutdown NPVR.exe
- Startup NPVR and go TV Listings 3.2

Getting this one:
"Unbehandelte Ausnahme - Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt"

Code:
nformationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung. ************** Ausnahmetext ************** System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei TVListings.Backend.GetTranslation(String text) bei TVListings.TVListings.UpdateScreenName() bei TVListings.TVListings.set_currentGuide(TVGuide value) bei TVListings.TVListings.Activate() bei NextPVR.ControllerForm.ActivateScreen(IScreenPlugin screenPlugin) bei NextPVR.Menu.AeonLike.OnKeyDown(KeyEventArgs e) bei NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e) bei System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e) bei System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) bei System.Windows.Forms.Control.ProcessKeyMessage(Message& m) bei System.Windows.Forms.Control.WmKeyChar(Message& m) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ScrollableControl.WndProc(Message& m) bei System.Windows.Forms.ContainerControl.WndProc(Message& m) bei System.Windows.Forms.Form.WndProc(Message& m) bei NextPVR.ControllerForm.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Geladene Assemblys ************** mscorlib Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900). CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll. ---------------------------------------- NextPVR Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NextPVR.exe. ---------------------------------------- NShared Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NShared.DLL. ---------------------------------------- NUtility Assembly-Version: 1.0.0.0. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NUtility.DLL. ---------------------------------------- System.Data Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll. ---------------------------------------- System Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll. ---------------------------------------- System.Windows.Forms Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll. ---------------------------------------- System.Drawing Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll. ---------------------------------------- System.Data.SQLite Assembly-Version: 1.0.65.0. Win32-Version: 1.0.65.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/System.Data.SQLite.DLL. ---------------------------------------- System.Xml Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll. ---------------------------------------- System.Data.Entity Assembly-Version: 3.5.0.0. Win32-Version: 3.5.30729.4926 built by: NetFXw7. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll. ---------------------------------------- System.Core Assembly-Version: 3.5.0.0. Win32-Version: 3.5.30729.4926 built by: NetFXw7. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll. ---------------------------------------- System.Runtime.Remoting Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll. ---------------------------------------- TV Listings Assembly-Version: 3.2.0.24866. Win32-Version: 1.0.0.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/NUtility.dll. ---------------------------------------- SlimDX Assembly-Version: 2.0.8.42. Win32-Version: . CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/SlimDX.DLL. ---------------------------------------- msvcm90 Assembly-Version: 9.0.30729.4926. Win32-Version: 9.00.30729.4926. CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.dll. ---------------------------------------- taglib-sharp Assembly-Version: 2.0.3.0. Win32-Version: 2.0.3.0. CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/taglib-sharp.DLL. ---------------------------------------- System.Transactions Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll. ---------------------------------------- System.Configuration Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll. ---------------------------------------- System.EnterpriseServices Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll. ---------------------------------------- Unmanaged Assembly-Version: 1.0.4013.25010. Win32-Version: . CodeBase: file:///C:/Program%20Files%20(x86)/MEDIA/nPVR/Unmanaged.DLL. ---------------------------------------- mscorlib.resources Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4952 (win7RTMGDR.050727-4900). CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll. ---------------------------------------- System.Web Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4955 (win7RTMGDR.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll. ---------------------------------------- vv8ql9pq Assembly-Version: 3.2.0.24866. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll. ---------------------------------------- System.Windows.Forms.resources Assembly-Version: 2.0.0.0. Win32-Version: 2.0.50727.4927 (NetFXspW7.050727-4900). CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll. ---------------------------------------- ************** JIT-Debuggen ************** Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der Konfigurationsdatei der Anwendung oder des Computers (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden. Zum Beispiel: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten Ausnahmen an den JIT-Debugger gesendet, der auf dem Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

Print this item

  TV Listings 3.2 released
Posted by: alibert - 2010-12-28, 01:33 PM - Forum: Community Announcements - Replies (3)

Hi,

I've just uploaded a new version of the TVListings plugin at the wiki.

Changelog:

Quote:- fixed a bug where the what's new list was based on universal time
- fixed a potential threading problem in recordings lists
- added combined skin parameters for recording list items representing 'selected' and 'preview image' state
- included new default skin
- added option to define the channel header type

Please note the following when upgrading:
- NPVR 1.5.36 is necessary
- this version contains skin changes for integration into the new npvr default skin
- the channel header in the listings now can be adjusted by editing the "TV Listings.xml" skin file; by default, the channel's number, name and logo are shown (to only show the channel icon as before, set the "ChannelHeaderType" to "1")
- there's no need to overwrite an existing "TV Listings.db" database file during upgrade

Screenshots:
[Image: TVListings_1.jpg]
[Image: TVListings_2.jpg]
[Image: TVListings_7.jpg]

Wiki page: http://www.nextpvr.com/nwiki/pmwiki.php?...TVListings
Support forum: http://forums.gbpvr.com/forumdisplay.php?f=45

-alibert

Print this item

  Connect gaming PC to large-screen TV in the next room
Posted by: McBainUK - 2010-12-28, 11:06 AM - Forum: General Discussion - Replies (13)

I have a fast gaming PC in one room with DVI out and a plasma TV in the next room. What are my options for connecting them up?

Currently I'm thinking a long DVI cable and a long 3.5m stereo cable but it seems a shame to need to run 2 cables through the house every time I want to play.

Any single cable or even wireless options?

Hardware used:
Graphics card: XFX HD 5770 1GB
Motherboard: ASUS M4A77TD PRO 770 (with built-in sound)
TV: Panasonic Viera VIERA TXP42S20

Print this item

  Universe is crashing NPVR
Posted by: agerdin - 2010-12-28, 10:14 AM - Forum: UbuStream, Web Radio and Universe - Replies (6)

Martin,

I am trying to setup the Universe plugin. When Im starting the plugin the message Discovering UPNP servers comes up for approx 10 sec and then I get am Unhandle Exception error with the message "Values does not fall wihtin the expected range". I do have Upnp activated on my Win XP and I have several Upnp servers activated including PlayOn.

Strange enough I did mangage to get it to work one time when it listed my Tversity upnp.

Attaching logs.
Thanks
\\Agerdin

Print this item

  Single instance check not working in 1.5.36
Posted by: alibert - 2010-12-28, 07:40 AM - Forum: Legacy (v4.x and earlier) - Replies (22)

Hi,

in v1.5.36, it seems that it's possible to start multiple instances of the NPVR application, even if no video is playing (and the application's title changes).

-alibert

Print this item

  PluginHelper.SetPlayerMetaData(Hashtable args) not working
Posted by: alibert - 2010-12-28, 07:38 AM - Forum: Developers - Replies (12)

Hi,

it seems that I'm not able to set the video player's metadata with the new "PluginHelper.SetPlayerMetaData(Hashtable args)" method.

I guess that the hashtable should contain the corresponding values as used in the "Video.xml" skin ("@title", "@description" and "@coverArt"), but it does not show up in the OSD afterwards, no difference if I set the metadata before or after starting playback via "PluginHelper.PlayVideoFile(string filename)".

-alibert

Print this item

Pages (6435): « Previous 1 … 1813 1814 1815 1816 1817 … 6435 Next »
Jump to page 

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