[streaming] Re: Broadcast to Darwin using vlc

PERET Pierre-Hugues ph.peret at free.fr
Fri Dec 16 10:59:17 CET 2005


At 10:24 16/12/2005 +0100, you wrote:
>I have Darwin and vlc installed on a Fedora Core 3 Linux box.
>I would like to broadcast a stream with vlc to Darwin but I don't know if 
>there's a vlc command to do that.
>I tried the following commands with no success:
>1)  vlc my_movie.mp4 --sout 
>'#rtp{dst=127.0.0.1,port=1234,sdp=rtsp://127.0.0.1/my_sdp.sdp}';
>Or, after having created a user named bcast on Darwin:
>2)  vlc my_movie.mp4 --sout 
>'#rtp{dst=127.0.0.1,port=1234,sdp=rtsp://bcast:bcastpass@127.0.0.1/my_sdp.sdp}'
>That's the vlc (partial) output of the 2nd command:
>VLC media player 0.8.2 Janus
>rtsp setup: bcast : 0 / /prova1.sdp
>[00000274] main private error: cannot resolve bcast:554 : Temporary 
>failure in name resolution
>[00000274] stream_out_rtp private error: cannot export sdp as rtsp

You should generate a .sdp in the movies directory of your Darwin server 
instead of sending it to the Darwin server.

vlc my_movie.mp4 --sout 
'#rtp{dst=127.0.0.1,port=1234,sdp=file:///path/to/DSS/movies/my_sdp.sdp}'

you'll just have to make write permission on DSS movies dir to the vlc user .

>Can anyone help me ???
>
>Leo.
>
>--
>This is the streaming mailing-list, see http://www.videolan.org/streaming/
>To unsubscribe, please read http://www.videolan.org/support/lists.html

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