[streaming] Re: some questions....

Laurent Aimar fenrir at via.ecp.fr
Thu Oct 9 12:20:28 CEST 2003


On Thu, Oct 09, 2003, Emanouil Moschous wrote:
> Lets say i broadcast a live streaming video from a TV channel
> vlc -vvv mms://streaming-1.intelcom.sm/magictv:sout=#duplicate{dst=std
> {access=udp,mux=ts,url=139.91.70.64:1234}}
> 
> The only way (i know untill now) to playback the streamed video i just
> broadcasted is with the vlc client by the command
> vlc udp:139.91.70.64:1234
> 
> Can i playback this live streaming video through windows media player or
> real one player?
> Do i need to use other protocol than udp? (maybe http or rtp in order i
> can view the video in the clients i refer above?)

 VLC is now able (you need a  cvs version) to create asf stream over mms
for WMP client.
 For that, you need to compile  vlc with ffmpeg with mp3lame support and
then try something like :
vlc -vvv mms://streaming-1.intelcom.sm/magictv :sout=#transcode{acodec=mp3,vcodec=mp4v,ab=128,vb=1000}:std{access=mmsh,mux=asfh,url=serverip:1755/magictv.asf}

Then with WMP try to open mms://serverip:1755/magictv.asf or
http://serverip:1755/magictv.asf (VLC should be able to read it too)
 But the protocol used is really similar to http and so the total bandwith used will be
proportional to the number of clients.

-- 
fenrir

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