]> git.sesse.net Git - vlc/commit
--sout-udp-rtcp option to force RTCP usage.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 5 Mar 2007 21:34:30 +0000 (21:34 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 5 Mar 2007 21:34:30 +0000 (21:34 +0000)
commit4f620050a14477a01374b2a54f537fee935f5c82
tree61bae10d2c2ad1411a6ff939084ebdc2c045520d
parent4380e365008bdb1733b9ea36920b53dd13bfe7ec
--sout-udp-rtcp option to force RTCP usage.
(Currently RTCP only Sender Reports are implemented.)

RTCP is auto-enabled for RTP/TS but this could be used by the RTP stream
output plugin to enable RTCP too (in that case, RTP encapsulation is done
in the stream output plugin, so the access output cannot know if it should
do RTCP or not).
modules/access_output/udp.c