Can't play video in Silverlight
-
Thursday, June 28, 2007 7:35 AMHi,I've created a new player using the media encoder,when I am trying to change the video url in the StartPlayer.js (under the get_mediainfo function) to something like the follow link:I am getting an error: "Sys.InvalidOperationException: Unable to load media ..."I even tried to use the escape on the link, but nothing helps.please adviceThanks ...
All Replies
-
Thursday, June 28, 2007 8:56 PM
The video has to be compatible with Silverlight. Is the video a WMV? Also, your Silverlight currently needs to be the same protocol as your video file (e.g. https and https, or http and http. can't mix http with https).
HTH
-
Friday, June 29, 2007 12:59 PMHow can I know if my Silverlight is compatible?I don't know if the video is WMV, I've got only the link, but even so, can Silverlight play only WMV file ?btw, my Silverlight and the video are on the same protocol (http)10x
-
Sunday, July 01, 2007 3:48 AM
The documentation discusses what is supported as far as Media (see MediaElement). I think that its WMV, WMA and MP3 but I dont' have it in front of me.

