[vlc-devel] commit: Fixed useless timestamp discontinuity with sout. (Laurent Aimar )

Sébastien Escudier sebastien-devel at celeos.eu
Fri Nov 21 11:59:51 CET 2008


Quoting Laurent Aimar <fenrir at via.ecp.fr>:

> [1d67fa1de3437f84a4ea73eaf7300d349add9c6e] should fix it for good.
> Could you confirm ?

Well, this is better, but I think there is another deadlock.
Please try again with the same video :
./vlc -vvv ~/test.mp4 --rtsp-host=8554 --sout
'#rtp{port=1234,mux=ts,sdp=rtsp://MYIP:8554/test}'

Now buffering works well.
But Then launch a client :
./vlc rtsp://MYIP:8554/test
Works well...
and then another client (while first client still plays the video) :
./vlc rtsp://MYIP:8554/test
Here is the deadlock on server side. No answers.
This worked fine before this timestamps commit.

Regards.





More information about the vlc-devel mailing list