Link to home
Start Free TrialLog in
Avatar of wrefai
wrefaiFlag for Kuwait

asked on

Convert WMV live streaming to Silverlight

Hello !

I am currently using windows meadia player component to stream the live (WMV) feed. I would like to transform this to Silverlight is there any possible way. Please note that it is a live feed not an ondemand video placed in the server.


I want a similar code but with a silver light player please.

Here is the code that I am currently using:
<object id="MediaPlayer1" width="320" height="240"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject" align="middle">
          <param name="FileName" value="http://stream8.netro.ca/watan" ref valuetype="ref" type="wmv">
          <param name="ShowStatusBar" value="-1">
 
          <param name="DefaultFrame" value="mainFrame">
          <param name="autostart" value="-1">
          <param name="AudioStream" value="-1">
			<param name="AutoSize" value="0">
			<param name="AnimationAtStart" value="-1">
			<param name="AllowScan" value="-1">
			<param name="AllowChangeDisplaySize" value="-1">
			<param name="AutoRewind" value="0">
			<param name="Balance" value="0">
 
			<param name="BaseURL" value>
			<param name="BufferingTime" value="5">
			<param name="CaptioningID" value>
			<param name="ClickToPlay" value="-1">
			<param name="CursorType" value="0">
			<param name="CurrentPosition" value="-1">
			<param name="CurrentMarker" value="0">
			<param name="DisplayBackColor" value="0">
			<param name="DisplayForeColor" value="16777215">
 
			<param name="DisplayMode" value="0">
			<param name="DisplaySize" value="4">
			<param name="Enabled" value="-1">
			<param name="EnableContextMenu" value="-1">
			<param name="EnablePositionControls" value="-1">
			<param name="EnableFullScreenControls" value="0">
			<param name="EnableTracker" value="-1">
			<param name="InvokeURLs" value="-1">
			<param name="Language" value="-1">
 
			<param name="Mute" value="0">
			<param name="PlayCount" value="1">
			<param name="PreviewMode" value="0">
			<param name="Rate" value="1">
			<param name="SAMILang" value>
			<param name="SAMIStyle" value>
			<param name="SAMIFileName" value>
			<param name="SelectionStart" value="-1">
			<param name="SelectionEnd" value="-1">
 
			<param name="SendOpenStateChangeEvents" value="-1">
			<param name="SendWarningEvents" value="-1">
			<param name="SendErrorEvents" value="-1">
			<param name="SendKeyboardEvents" value="0">
			<param name="SendMouseClickEvents" value="0">
			<param name="SendMouseMoveEvents" value="0">
			<param name="SendPlayStateChangeEvents" value="-1">
			<param name="ShowCaptioning" value="0">
			<param name="ShowControls" value="-1">
 
			<param name="ShowAudioControls" value="-1">
			<param name="ShowDisplay" value="0">
			<param name="ShowGotoBar" value="0">
			<param name="ShowPositionControls" value="-1">
			<param name="ShowTracker" value="-1">
			<param name="TransparentAtStart" value="0">
			<param name="VideoBorderWidth" value="0">
			<param name="VideoBorderColor" value="0">
			<param name="VideoBorder3D" value="0">
 
			<param name="Volume" value="-600">
			<param name="WindowlessVideo" value="0">
          <embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="http://stream8.netro.ca/watan"
autostart="false"
align="middle"
width="324"
height="285"
defaultframe="rightFrame"
showstatusbar="true">
          </embed> 
        </object>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of PlatoConsultant
PlatoConsultant
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial