]> git.sesse.net Git - vlc/commit
rtp sout: implement rtptime parameter
authorPierre Ynard <linkfanel@yahoo.fr>
Sat, 19 Dec 2009 17:44:02 +0000 (18:44 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sat, 19 Dec 2009 17:44:02 +0000 (18:44 +0100)
commit2039a06bce2fa27120f596b9c9760f650a79f782
tree823d33f085b60944665a123b9e3b048d7e1a6076
parent7a73b990d2127ca7b643cc383a207ad3b481ab5b
rtp sout: implement rtptime parameter

This adds support for the rtptime parameter in the RTP-Info RTSP header.
It provides synchronization at start-up between RTP elementary streams,
and is required by some clients to start playing the stream correctly.
modules/stream_out/rtp.c
modules/stream_out/rtp.h
modules/stream_out/rtsp.c