NextPVR Forums

Full Version: .ts's over MVPMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The problem seems to be that file isn't recording so there is nothing to play.

Code:
2009-09-07 01:52:42.109    VERBOSE    [7]    ...livetv mode
2009-09-07 01:52:42.171    ERROR    [6]    Non-negative number required.
Parameter name: value
2009-09-07 01:52:42.218    VERBOSE    [7]    waiting for livetv data! File size is: 0
2009-09-07 01:52:42.234    ERROR    [6]       at System.IO.FileStream.set_Position(Int64 value)
   at GBPVRX2.MVP.x3ca133dee7547455.x8799e1f4b58e1ae3(FileStream x1a0f25555e317e65)
   at GBPVRX2.MVP.x3ca133dee7547455.x258c746c0e00b779()
   at GBPVRX2.MVP.x3ca133dee7547455.xc53279426d1380bf()
   at GBPVRX2.Players.xbe83d16b02243330.OnKeyDown(Object sender, KeyEventArgs e)
   at GBPVRX2.MVP.x3ca133dee7547455.x3d75adb3418c5c9e()

I don't know what that message about non-negative numbers is about perhaps it is the strength, sub will need to answer this the client side seems ok.

Code:
2009-09-07 02:04:06.906    VERBOSE    locked=1    present=1     strength=-2599     quality=100

Martin
Thanks Martin for looking into this, as usual you are a Star.

Plays fine on server/desktop with .ts and did OK over network yesterday to MVP's.

Sub??????!!!!!

Cheers

Steeb
Thanks again Martin for looking into this, as I suspected something simple I had missed, 'allow services to interact with desktop' had defaulted to unselected after install. LiveTV with .ts now plays, channel changes cause it to freeze, will keep playing!

Cheers

Steeb
steeb Wrote:Martin,

if you're still there yes autostart 1 MVP but will that know which 1! :-)

Steeb

As an aside, if you use the MVPTrayIcon dll from the wiki, then follow the directions to enter the network ID for each MVP into config.xml, then you will have a little icon on the system tray for each MVP server that is running. The color changes, depending on mode. Red means the MVP is not connected, blue means it is connected but idling, green means that it is streaming data (recordings, net radio, music, etc.). Hover the mouse over an icon and you get a popup balloon that tells you which MVP is connected. If it is streaming, you also see the name of the recording, song, etc. that is streaming to that MVP. I find it quite handy!

NOTE: You must go into system services and set GBPVR Recording Service to "Interact with desktop" for the icons to appear after adding the dll.
Glad you got it, but I don't think this problem is related to Interact with Desktop since that wouldn't cause the zero length source,or allow other statons to work. I'd guess it was a temporary problem on that channel.

Martin
Pages: 1 2