[streaming] Re: how to create a RTSP stream

Ed _ ed_b_71 at hotmail.com
Fri Apr 7 02:39:39 CEST 2006


So I tried your instructions with a stand alone mpg file and they work!!!

Unfortunately the output only works with vlc - I tried both quicktime and 
windows media player and both were not able to work.  Any ideas?


Second - I am still trying to get as an  input a rtsp stream and output it 
as a rtsp stream - can't seem to get that to work. The config.txt file is as 
follows - (I tried with mux value = raw too)

new ch1 broadcast enabled
setup ch1 mux mp2t
setup ch1 input "rtsp://Server:8554"



>From: "MRUKANT POPAT" <mrukant at gmail.com>
>Reply-To: streaming at videolan.org
>To: streaming at videolan.org
>Subject: [streaming] Re: how to create a RTSP stream
>Date: Thu, 6 Apr 2006 19:49:37 +0530
>
>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
> >
> >


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