[streaming] Manually creating an SDP-file to input pure RTP

Rémi Denis-Courmont rem at videolan.org
Fri Nov 14 16:52:01 CET 2008


Le vendredi 14 novembre 2008 17:43:30 Marshall Eubanks, vous avez écrit :
> RTP is built and intended to be used with muxing - it has it's own
> time codes, etc.

RTP timestamps are only synched within a single RTP session and source. If you 
want to have audio _and_ video (or multiple sources), you need to correlate 
timestampts from different sessions. That's done with RTCP-SR.

The only exception is if you're doing MPEG Transport Stream over RTP to mux 
audio and video on the same RTP session. Or then you'd have to assume that 
all sessions have the same RTP timestamp frequency and are synchronous, but 
that's completely not specified.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary


More information about the streaming mailing list