I need help with this issue, I'm trying to use MediaElement in Windows Phone 7.5 to play an audio stream
Code is simple
<MediaElement Source="http://ghost.wavestreamer.com:9122/listen.mp3" AutoPlay="True" />
But no audio is getting played!
This is the stream I want to play
http://ghost.wavestreamer.com:9122/listen.mp3
Thanks
These links can help u in figuring isse and creating ur app.
adding media element in windows phone 7?
adding media element in windows phone 7?
media element doesn't play audio in windows phone 7?
media element doesn't play audio in windows phone 7?
Using Smooth Streaming Media Element for Windows Phone 7
http://blogs.msdn.com/b/giuseppeguerrasio/archive/2010/12/06/using-smooth-streaming-media-element-for-windows-phone-7.aspx
Overcoming Windows Phone 7 MediaElement limitations
http://spacemigas.wordpress.com/2011/04/07/overcoming-windows-phone-7-mediaelement-limitations/
Resuming streaming audio from Dormant/Tombstone state in WP7
http://www.developer.nokia.com/Community/Wiki/Resuming_streaming_audio_from_Dormant/Tombstone_state_in_WP7
Using MediaElement to Play audio before it is fully downloaded and the dreaded AG_E_NETWORK_ERROR
http://forums.silverlight.net/t/227000.aspx
Related
I need some help streaming audio inside the browser, on a Nokia Lumia 800, running Windows Mobile 7.5.
I currently am using JW Player (flash version) on the desktop browser, to stream an rtmp:// audio provided to me, and that works great. I also have an mms:// version of the same audio stream provided, but I cannot get it to play in the browser on the phone. I have tried setting the mode for JW Player to html5, but it doesn't work.
All the documentation on streaming audio on the windows phone seems to deal with native app development, but that's not an option for this at the moment.
Thanks for any help in advance.
Sorry, but neither the RTMP or MMS protocols are supported in HTML5 or Windows Phone (all versions), either natively or in the browser. You won't find support for either of these protocols even with a native app in WP7.x. WP8 opens up the possibilty of this functionality in 3rd party apps.
I want to stream an audio from server using windows phone 7
the audio extension is mp3. I have tried Mp3MediaStreamSource class but the problem was that it downloads all the audio then start playing it.
I want to know what is the best way to play audio in WP7 for platform 7.0 ( with buffering -> not waiting until the entire audio file is downloaded.
Thanks in advance
I use Background Audio agent do stream mp3 radio broadcast. Take a look at this tutorial http://msdn.microsoft.com/en-us/library/hh202978(v=VS.92).aspx
Is there a way to play or convert .mpg videos in Windows Phone 7? It does not work in a MediaElement. I want to show this video:
http://sohowww.nascom.nasa.gov/data/LATEST/current_eit_171.mpg. If not, can you recommend any ways to do this server side on an IIS server?
I'm developing an Application for Windows phone 7 using SilverLight. Now I'm using http:// to Stream videos in windows phone, but my requirement is to stream videos using mms:// URL in my windows phone 7 Application.
I am not aware of the mms:// protocol, can you please tell me whether is it possible to stream video files using mms:// url in windows phone 7.
This protocol is not currently supported for third party development on WP7.
I want to receive and play live video streaming on Windows Phone 7
I'm using VLC Player to Achieve that.
(HTTP, destination with .wmv extension , transcoding into wmv )
on the Windows Phone 7
I drag and drop media element the code like that
mediaElement1.Source=new URI(http://localhost:8080/go.wmv
but nothing is played
plz help
Convert the stream in H264 instead of wmv. This should work.