[streaming] Re: rtp output and vlc input with 2 treams

Ondrej Koala Vacha koala at vju.cz
Fri Jun 17 19:06:38 CEST 2005


On Fri, 17 Jun 2005, Benjamin Pracht wrote:

> Use 
> 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,sdp=rtsp://:554/test.sdp}'
> 


I have used this statement (above) on the 10.70.1.10  and on 
the 10.70.4.100 this

./vlc -vvv --color rtsp://10.70.1.10:554/test.sdp --sout '#rtp{sdp=rtsp://10.70.4.100:554/test.sdp}'

and vlc from another IP 10.70.1.3 it doesn't work. But never mind.
I found another solution with http:

10.70.1.10:
./vlc --color v4l:/dev/video:norm=pal:frequency=543250:size=640x480:channel=1 
--sout '#transcode{vcodec=mp4v,acodec=mpga,vb=256,ab=64,deinterlace}:
standard{access=http,mux=ts,url=10.70.1.10}'


10.70.4.100:
./vlc -vvv --color http://10.70.1.10:8080 --sout '#rtp{sdp=rtsp://10.70.4.100:554/test.sdp}'


and from the 10.70.1.3

vlc rtsp://10.70.4.100/test.sdp works! Great!


BTW BigBen, which stream (transcode,mux,access)  would you recommend
for wifi line?


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