I am developing a WP8 app, which needs to implement the real-time video streaming feature. Thus far, I have followed these steps, to configure the Silverlight video player in my app. I have Cisco 2500 (wired) and Cisco Switch. I am able to get the ASF stream via HTTP, using the following URL:
http://<username>@<password>.<ip-address>/img/video.asf
which works fine with Windows Media Player, VLC player and IE10 on Windows 8 OS.
When I tried to open the same URL in Windows Phone 8's IE (and MediaPlayer
elements's Source
attribute in my app), it gives me an error; "Your phone doesn't support this video format".
In Media Information, VLC suggests that its using MP4S codec to stream the video.
Can anyone please suggest how to deliver simple live cast on Windows Phone -- without involving IIS (yet smooth streaming) -- in the aforementioned setup?