NextPVR Forums

Full Version: MVP Streaming Server received STOP message?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Thanks for letting us know.