Thursday 2 December 2010

MMS Video Live Streaming

List of some live mms video streams: http://www.kensfi.com/watch-live-tv-channels-streams-with-vlc-media-player/

VLC Player can display mms video streams.

An Example for IE:

<object id="MediaPlayer" width="500" height="400"

classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" standby="Loading

Windows Media Player components..." type="application/x-oleobject">

<param name="url" value="mms://81.89.49.210/musicbox" />

<param Name="FileName" Value="mms://81.89.49.210/musicbox">

<param name="controller" value="true" />

<param name="autoplay" value="true" />

<param name="autoStart" value="true"/>

</object>

How to Modify the Url Programmatically


More info about properties, methods and events of this Activex object, please refer to this: http://msdn.microsoft.com/en-us/library/dd564034(v=VS.85).aspx

No comments: