[streaming] Re: how to create a RTSP stream
Ed _
ed_b_71 at hotmail.com
Thu Apr 6 23:46:57 CEST 2006
Hi Murukant,
Thanks, I will try this - can you tell me where these options params are
defined I looked at the --longhelp and did not see them.
I am really trying to read an RTSP Stream - modify it a bit (transcode and
then publish another RTSP stream.
thanks again,
ed
>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