[streaming] rtp output and vlc input with 2 treams

Ondrej Koala Vacha koala at vju.cz
Thu Jun 16 14:49:42 CEST 2005


Hi,

I have vlc (/vlc-0.8.2-test2) with rtp output:

vlc --color 
v4l:/dev/video:norm=pal:frequency=543250:size=640x480:channel=1 --sout 
'#transcode{vcodec=mp4v,acodec=mpga,vb=256,ab=64,deinterlace}:rtp{dst=10.70.4.100,port=1234}'

In this case vlc generates two udp streams to 10.70.4.100: on the port 
1234 and on the port 1236.


How can I set input_stream to vlc on 10.70.4.100 ?

1. port 1234
vlc -vvv --color udp:10.70.4.100:1234 --sout '#rtp{sdp=rtsp://10.70.4.100:554/test.sdp}'

then tcpdump reports

14:37:36.840531 IP 10.70.4.100 > 10.70.1.10: icmp 261: 10.70.4.100 udp port 1234 unreachable


and vice versa:

2. port 1236
vlc -vvv --color udp:10.70.4.100:1236 --sout '#rtp{sdp=rtsp://10.70.4.100:554/test.sdp}'
14:37:36.840531 IP 10.70.4.100 > 10.70.1.10: icmp 261: 10.70.4.100 udp port 1236 unreachable

Thanks
--
Ondrej Koala Vacha

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



More information about the streaming mailing list