Advanced Forum Search Results
-
Can you provide a resource or a documentation link which states that http is not supported? I am just curious because as far as I have looked the documentation is quite explicit about supporting http protocol, even using it as a fallback protocol. There is also a live video stream http://powerhost.live.powerstream.net/00300000_live2 that ...
-
I did a little research, it seems this question popped up awhile ago, see http://silverlight.net/forums/t/5041.aspx. The solution, it seems, is to use mms:// protocol instead of http://, however it goes against the documentation which explicitly states that mms:// will fall back to http. It would be nice if someone from Microsoft Development ...
-
Hi,
Thanks for your reply.
http://localhost:8080 is the live video end point that is the source of live content.
Video Codec: Windows Media Video 9
Audio Codec: Windows Media Audio 9.1
8 kbps, 8 kHz, mono (A/V) 1-pass CBR
The declaration of the MediaElement in my XAML looks like this:
<MediaElement ...
-
I have an app that streams a live video. The video stream works fine in Microsoft Media Player using the "Open Url.." and specifying http://localhost:8080 but the same Uri does not work in SilverLight 1.1, gives an error 1001 (DownloadError). Am I doing something wrong, or is it a SilverLight's issue?
-
I have an app that streams a live video. The video stream works fine in Microsoft Media Player using the "Open Url.." and specifying http://localhost:8080 but the same Uri does not work in SilverLight 1.1, gives an error 1001 (DownloadError). Am I doing something wrong, or is it a SilverLight's issue?