NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 69 70 71 72 73 … 115 Next »
MVP Streaming Server received STOP message?

 
  • 0 Vote(s) - 0 Average
MVP Streaming Server received STOP message?
UKGuest44
Offline

Member

Posts: 72
Threads: 22
Joined: Apr 2005
#1
2006-04-15, 03:42 PM
Hello,

Having a bit of an odd problem to track down, but it seems to be a problem with GBPVR stopping the playback of a transcoded AVI file, although for what reason I am not sure (It certainly hadn't reached the end of the generated transcoded file - I was monitoring ffmpeg throughout the process, the transcode was adequately ahead of the playback position)

I've included the last bit of the log file, if that helps

Code:
15/04/2006 16:37:46.202    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.233    VERBOSE    [231]    Request 2000 bytes (file size:8028160   file location: 1775040)
15/04/2006 16:37:46.233    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.233    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.264    VERBOSE    [231]    Request 2000 bytes (file size:8030208   file location: 1777040)
15/04/2006 16:37:46.264    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.264    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.296    VERBOSE    [231]    Request 2000 bytes (file size:8034304   file location: 1779040)
15/04/2006 16:37:46.296    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.296    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.358    VERBOSE    [231]    Request 2000 bytes (file size:8042496   file location: 1781040)
15/04/2006 16:37:46.358    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.358    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.389    VERBOSE    [231]    Request 2000 bytes (file size:8044544   file location: 1783040)
15/04/2006 16:37:46.389    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.389    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.421    VERBOSE    [231]    Request 2000 bytes (file size:8044544   file location: 1785040)
15/04/2006 16:37:46.421    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.421    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.452    VERBOSE    [231]    Request 2000 bytes (file size:8048640   file location: 1787040)
15/04/2006 16:37:46.452    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.452    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.483    VERBOSE    [231]    Request 2000 bytes (file size:8056832   file location: 1789040)
15/04/2006 16:37:46.483    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.483    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.514    VERBOSE    [230]    MVP data read: 1   (9)
15/04/2006 16:37:46.514    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.639    VERBOSE    [231]    MVP Streaming Server received STOP message

-This is where it stopped and returned to the menu-

15/04/2006 16:37:46.702    VERBOSE    [230]    MVP data read: 1   (7)
15/04/2006 16:37:46.702    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:46.780    VERBOSE    [231]    frame sent
15/04/2006 16:37:47.014    VERBOSE    [232]    MVPGetCurrentFrameNumber 1200
15/04/2006 16:37:47.296    VERBOSE    [230]    MVP data read: 1   (3)
15/04/2006 16:37:47.296    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:47.499    VERBOSE    [230]    MVP data read: 1   (7)
15/04/2006 16:37:47.499    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:52.514    VERBOSE    [230]    MVP data read: 1   (8)
15/04/2006 16:37:52.514    VERBOSE    [230]    Responding to ping
15/04/2006 16:37:52.514    VERBOSE    [230]    getValue cached value: /settings/DisableHauppaugeMVPScreenSaver : true
15/04/2006 16:37:52.514    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:57.530    VERBOSE    [230]    MVP data read: 1   (8)
15/04/2006 16:37:57.530    VERBOSE    [230]    Responding to ping
15/04/2006 16:37:57.530    VERBOSE    [230]    getValue cached value: /settings/DisableHauppaugeMVPScreenSaver : true
15/04/2006 16:37:57.530    VERBOSE    [230]    MVP request processed
15/04/2006 16:37:59.921    VERBOSE    [230]    MVP data read: 1   (4)
15/04/2006 16:37:59.921    VERBOSE    [230]    User pressed: 17

If I set the file transcoding manually and play the generating mpeg file in exactly the same way GBPVR does it (Run the exact commandline GBPVR uses with ffmpeg, wait 5 seconds, and then play the generated mpg) there are no problems, so it seems to be something in the transcode handling which seems to have GBPVR telling the MVP to stop?

I'm not sure, just trying to guess from what happens, but I'd appreciate any ideas.

Thanks Smile
UKGuest44
Offline

Member

Posts: 72
Threads: 22
Joined: Apr 2005
#2
2006-04-15, 06:08 PM
Well, I seem to have found the problem, it it helps anyone else.

When I was trying to get a stubborn video to play, I removed the bitrate parameter of the ffmpeg command (the default -b 2400). With this gone, it allowed some to play, on other video files it had the odd occurence of the video randomly stopping.

As soon as I readded the -b 2400 the problem has disappeared Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#3
2006-04-15, 06:44 PM
Thanks for letting us know.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting "No Content Found On Server" on PCH with Windows 10 Pro baj1 10 3,919 2020-06-02, 05:02 PM
Last Post: mvallevand
  MVP server binds to 127.0.0.1 after resume from standby alibert 2 5,536 2016-03-21, 09:21 AM
Last Post: alibert
  MVP Stutter and stop steeb 4 3,394 2012-05-14, 09:34 PM
Last Post: steeb
  egreat m34a says npvr server has no content coppelltx 14 5,531 2010-11-03, 01:34 AM
Last Post: mvallevand
  PCH with GBPVR running not able to access network shares on Windows Home Server (WHS) jeffers 3 2,439 2010-07-19, 12:40 PM
Last Post: mvallevand
  NMT/HD-PVR question and Only 1 MVP server drbenjamin 16 6,386 2010-04-29, 04:09 AM
Last Post: mvallevand
  No streaming video - PCH & GBPVR cooper43 22 7,998 2010-01-12, 03:17 AM
Last Post: cooper43
  EGreat M34a and Hdpvr live streaming coppelltx 2 2,521 2009-12-18, 05:18 PM
Last Post: steveum
  What is Name of the MVP Server? LewE 13 4,845 2009-10-06, 10:42 AM
Last Post: sub
  Live nasa tv streaming... blackbeast 2 3,243 2009-08-21, 12:39 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode