sally3599
Joined: 02 May 2006
Posts: 1
|
Posted:
Tue May 02, 2006 5:00 pm Post subject:
problem of web base video streaming |
|
|
see this example:
<OBJECT classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
codeBase=http://www.microsoft.com/ntserver/netshow/download/en/nsmp2inf.cab#Version=5,1,51,415
height=321 id=msplayer type=application/x-oleobject width=372 standby="Loading..." name=msplayer>
<param name="enableContextMenu" value="false">
<param name="stretchToFit" value="true">
<PARAM NAME="AutoStart" VALUE="TRUE">
<PARAM NAME="URL" VALUE="mms://wms.abc.com/abc_mi005?1143481164848">
<PARAM NAME="uiMode" VALUE="mini">
</OBJECT>
BUT clients only can view the video on the web, if they copy this url mms://wms.abc.com/abc_mi005?114348116484 to winodws media player, it will be disabled and not work.
anyone has this solution ?
|
|