[vlc] Re: how to make VLC VOD Server to stream content as MPEG2 TS

p01089 at students.cs.unipi.gr p01089 at students.cs.unipi.gr
Sat Dec 3 09:54:46 CET 2005


Quoting Viktor Kompaneyets <vato at wnet.ua>:

> MRUKANT POPAT wrote:
> > MY PROBLEM:-
> >
> > I want VLC VOD server to stream content as MPEG2 TS over UDP, the same
> > way in which BITBAND is doing. and any one please let me know how
> > should I configure/start VLC so that I can make is stream content as
> > MPEG2TS over UDP.
>
> Try using  #transcode and change access=, mux=, url= respectively
>
> --
> Viktor Kompaneyets
> Wnet project manager
>
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
>


Excuse for this probably silly question but how can i set up vlc to
transcode something using mpeg ts for the encapsulation of the stream?
i am new to vlc and i haven't understand clearly the commandline options!
if i use: vlc some.mpeg --sout
'#rtp{dst=127.0.0.1,port=1234,sdp=rtsp://127.0.0.1:8080/test.sdp}' this will
give an rtsp and an rtp stream but this use the es streams!
if i use  vlc some.mpeg --sout
'#rtp{dst=127.0.0.1,port=1234,sdp=rtsp://127.0.0.1:8080/test.sdp,mux=ts}'
this will never work for the client because the program doesn't produce a
correct sdp!

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list