[vlc] Re: VideoLAN, SDP file and QuickTime

Philippe Van Hecke philippe.vanhecke at belnet.be
Sat Feb 26 13:11:12 CET 2005


Le Samedi 26 Février 2005 12:07, Antonio Pinizzotto a écrit :
> Is it possible to stream in multicast with VideoLAN, create a proper SDP
> file and play the stream opening the SDP file with QuickTime?
>
> I tried the following but with no success:
>
> "C:\Programmi\VideoLAN\VLC\vlc.exe" -vvv --reset-config --ttl 1
> "D:\video.avi" --sout "#transcode:rtp" --sout-transcode-vcodec="mp4v"
> --sout-transcode-vb="256" --sout-transcode-acodec="mp3"
> --sout-transcode-ab="192" --sout-transcode-channels="2"
> --sout-rtp-dst="239.255.155.155" --sout-rtp-ttl="1"
> --sout-rtp-port-audio="5000" --sout-rtp-port-video="5002"
> --sout-rtp-sdp="file://D:/vlc.sdp"
>
> The sdp file is created but when opened by QuickTime nothing is played.
>
> Note:
> the network is ok becuase I'm able to stream in multicast from vlc and
> receive with vcl.
>
>
> Regards
> Antonio
I use vlc to this.

Find here a sample of  vlc command line i use

/usr/local/bin/vlc -vvv --intf dummy  rtp:@239.193.254.254 --sout 
'#transcode{acodec=mp4a,ab=128,vcodec=mp4v,vb=800}:rtp{dst=239.193.254.252,sdp=file:///var/www/localhost/htdocs/
streams/rtbf-sat-low.sdp,email=philippe at belnet.be,description="BELNET-RTBF-SAT-LOW:AS2611 
only",url=http://www.belnet.be,name="BELNET-RTBF-SAT-LOW",ttl=255}
' --ttl 255 --sap-interval 15 --loop --mtu 1200 --sout-transcode-width 360 
--sout-transcode-height 288 --sout-ffmpeg-keyint 12 --sout-ffmpeg-vt 400000 
--sout-transcode-deinterlace > /var/log/rtbf-sat.log 2>&1

The main difference with your command line is that i use mp4a. I tried with 
mp3 but have no success.

Regard

Philippe.

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

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