]> git.sesse.net Git - vlc/commit
Special case support --sout URL syntax for RTP demux.
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 1 Mar 2008 21:36:03 +0000 (23:36 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 2 Mar 2008 08:48:28 +0000 (10:48 +0200)
commitac0f8aa5591e34646577220e8a25c2da230eeb39
treea04cdb4af7d8c0fd0deedbe0ce6b846dd9e343e6
parentb669af272da01fb5522d78547f5fdb42860f0330
Special case support --sout URL syntax for RTP demux.
This is meant so that this will still work:
$ vlc --sout rtp/ts://239.255.12.42

Also, these new constructs will work:
$ vlc --sout dccp/ts://[::]
$ vlc --sout udplite/ts://239.255.42.12

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
src/stream_output/stream_output.c