[vlc] rtsp - multiple urls / one port

Martin Koch lists at w48.de
Mon Mar 21 22:22:32 CET 2005


Hi!

is it possible to add an additional rtp streams to the same ip/port 
combination?

*vlc -vvv input_stream --sout '#rtp{port=1234,sdp=rtsp://server.example.org:8080/test.sdp}'
*is working fine, 


but I wont to use:

*vlc -vvv input_stream --sout '#duplicate{dst=rtp{port=1234,sdp=rtsp://server.example.org:8080/test1.sdp},**dst=rtp{port=1234,sdp=rtsp://server.example.org:8080/test2.sdp}**'*

which does not work,

different host-ports work fine: 
*vlc -vvv input_stream --sout 
'#duplicate{dst=rtp{port=1234,sdp=rtsp://server.example.org:8081/test1.sdp},**dst=rtp{port=1234,sdp=rtsp://server.example.org:8082/test2.sdp}**'*


Also an html info page would be nice where all available outgoing streams
are listed.


-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list