[streaming] Re: problem regarding streaming...

Jean-Paul Saman jean-paul.saman at planet.nl
Tue Aug 9 10:19:35 CEST 2005


sayantika roy wrote:

>Hi Jean,
>I am trying to stream media files from one linux machine (fedora3) to another (RedHat9) using VLC but encountering lots of errors...
>have used all the following commands as instructed in the videolan user guide but still not being able to play the file ...
>
>vlc -vvv $1 --sout '#es{access=rtp,mux=ts,url_audio=dest_ip:dest_port,url_video=dest_ip:dest_port}'
>vlc -vvv  $1 --sout '#rtp{dst=dest_ip,port=1234,sdp=rtsp://dest_ip:9900/test.sdp}'
>vlc -vvv  $1 --sout '#rtp{dst=dest_ip,port=1234}'
>vlc -vvv $1 --sout '#std{mux=ts,access=udp,url=dest_ip:1249}'
>vlc -vvv $1 --sout '#duplicate{dst=std{mux=ts,access=rtp,url=dest_ip:1249}}'
>
>$1 - file name with path
>
>i have tried all the above commands but getting errors still
>among the many errors its saying that it is not able to find any access module for udp or rstp or the like ...
>am unable to comprehend what that means 
>
>i think am missing out on something very elementary.. please guide me and give some suggestions...
>
Try this first:

vlc -vvv  $1 --sout '#std{mux=ts,access=rtp,url=dest_ip:1234}'

and on the client machine you need to use:

vlc rtp://

That will work for any MPEG2 file.

Greetings,
Jean-Paul Saman

-- 
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