[streaming] Re: using VLC as streaming server

Philippe Van Hecke philippe.vanhecke at belnet.be
Fri Aug 13 15:43:16 CEST 2004


See comment inline.

Le Friday 13 August 2004 15:18, Frederic BECK a écrit :
> >> If you want you can take a look to this shell script
> >> that i use to make mp4 file that i stream to vlc and to quicktime.
>
> i tried it, the script works, and the informations i get about the
> resulting file if playing with mplayer seem to be the good ones. But
> when i try to read the streamed file with vlc, i still have the same
> problem :-/
>
> Here's the command line used to launch vlc :
>
> vlc gunnm_mpeg4-128.mp4 --sout
> '#standard{access=rtp,mux=ts,url=rdis012:1234}'

Foing this you should decapsulate the mp4 from the mpeg2 ts stream.

can you try

vlc gunnm_mpeg4-128.mp4 --sout '#rtp{dst=rdis012,port=1234,ttl=3}'  --ttl 3

>
> Is it right ?
>
> The application receiving the stream is written using the libavformat to
> demux the rtp stream and libavcodec to decode the video data.
>
> thanks
> Fred

-- 
__________________________________________________________________
Philippe Van Hecke - BELNET, The Belgian Research Network
"In a world without walls or fences, who needs Windows and Gates?"
__________________________________________________________________

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list