[streaming] Re: how to create a RTSP stream
MRUKANT POPAT
mrukant at gmail.com
Thu Apr 6 16:19:37 CEST 2006
hi Ed,
Use this command line to start vlc as RTSP based VOD server
vlc -vvv --ttl 12 --color --rtsp-host IP:554 --sout-ts-pid-video 68
--sout-ts-pid-audio 69 --extraintf telnet --telnet-password videolan
--vlm-conf "D:\config.txt"
Replace IP with IP of machine on which VLC is running.
here is what goes in config.txt:-
new test vod enabled
setup test mux mp2t
setup test input "D:\abc.mpg"
regards,
MRUKANT
On 4/4/06, Ed _ <ed_b_71 at hotmail.com> wrote:
>
> I am new to video and streaming -
>
> I have read the documentation and can't figure out how to create an rtsp
> server using vlc
>
> The instructions say -
> Stream in RTP:
>
> *
>
> on the server, run:
>
> % vlc -vvv input_stream --sout
> '#rtp{dst=192.168.0.12
> ,port=1234,sdp=rtsp://server.example.org:8080/test.sdp}'
>
> *
>
> on the client(s), run:
>
> % vlc rtsp://server.example.org:8080/test.sdp
>
>
> Questions 1.
> dst - ? why do I need to specify a dst - different clients from different
> IP
> addresses need to be able to connect to the rtsp server.
>
> Question 2 - server.example.org - Do I have to set up another server to
> host
> the sdp ? or does the vlc program itself act as the rtsp server. How does
> one configure all this.
>
> thanks a lot
>
> ed
>
>
> --
> This is the streaming mailing-list, see http://www.videolan.org/streaming/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/streaming/attachments/20060406/2777ff65/attachment.htm
More information about the streaming
mailing list