- May 14, 2008
- 3,558
- 434
- Home Country
-
Germany
AW: Re: AW: Fix for stuttering/corrupted streaming of live tv
Yeah that's correct i like that idea too. But i think it isn't as easy as it claims to be. You've also to change the rtsp streaming stuff, tswriter and you need an additional file to record the start / loop position for tsreader - as it scans the file always from beginning to the end for pcr packets to calculate the estimated duration.
Also somebody should implement skipping of wrong / false packets in tsreader without crashing the whole MP GUI. At least MP does not react to anything anymore when tsreader doesn't get correct packets ;-(
@miroslav
Have you found a solution for rtsp or do you have any news for us?
I did an experiment with creating only a single "looping" timeshift file in Argus, and while this works fine server-side the problem is that MP's tsreader can't handle thisInteresting discussion: changing the handling of the tsreader would also make "Fortherecord" users happier, I think. Especially with UNC stuttering occurs, when a new timeshiftfile is created. Rtsp is also not running flawless, it starts to freeze or stutter after a while. With vlc the rtsp stream runs as it should.It stops playing the moment the file "wraps". So modifcations would be needed so it understands that the current-position offset will actually wrap back to the beginning of the same file.
I do like the simplicity of this approach -- and a single looping file may also bypass the UNC problems some of you are seeing.
Yeah that's correct i like that idea too. But i think it isn't as easy as it claims to be. You've also to change the rtsp streaming stuff, tswriter and you need an additional file to record the start / loop position for tsreader - as it scans the file always from beginning to the end for pcr packets to calculate the estimated duration.
Also somebody should implement skipping of wrong / false packets in tsreader without crashing the whole MP GUI. At least MP does not react to anything anymore when tsreader doesn't get correct packets ;-(
@miroslav
Have you found a solution for rtsp or do you have any news for us?