Can i play m3u8 format in windows mobile? - windows-phone-7

Sorry for the question, i don't have windows mobile to test. I am trying to develop a live internet radio application.
The format they stream is in m3u8, i have got SDKs for all other mobile platorms but not for windows phone.
Is there any SDK available for playing internet radio or will the m3u8 format of media supports in default.
Please suggest me.
Thanks in advance.

By default - no. However, you could use the HTTP Live Streaming SDK.

You can try Windows Phone Streaming Media which supports both Windows Phone 8 and Windows Phone 7, here is a blog post about it

There is also player framework
Player Framework

Related

How to do gif-like animation in windows phone 7?

I am a beginner with Windows Phone. According to my information, Windows Phone 7 does not support .gif images and I want to display animated images like [.gif] image in my Windows Phone application.
So, how can we display animated image in Windows Phone 7?
Please refer my Old Answer which specifies the solution to display the gif kind animation in windows phone 7.
Please Refer this link for the Solution Answer here.
For more reference please refer the Articles Here.
With the use of ImageTools dll you can implement
this is the link to download this tool
http://imagetools.codeplex.com/

Streaming audio in windows phone 7 browser

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.

Test a mobile page Windows Phone 7 Browser

I am developing a mobile webpage for windows phone 7.
Please suggest me any emulator/simulator to test the page which occupies less memory, i try to install windows official emulator with the windows phone SDK, since it needs more system space, i dropped that plan.
is there any other alternative way to test the webpage in windows phone-7 browser?
Thanks in Advance.
Test it on IE. If it works on IE it will work on mobile. For the mobile related specs you need to get hold of the emulator in the SDK or get a mobile phone device.
i hope this page will be useful for you
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402563%28v=vs.92%29.aspx

Is it possible to stream video files using mms:// url in windows phone 7

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.

Loading Xbox Live Avatar Model in Windows Phone 7 using XNA

Does anybody know how to access the Xbox Live Avatar from within an XNA based Windows Phone 7 application?
Examples I have found seem to use a SignedInGamer.Avatar property, but this is not accessible from Windows Phone 7.
Is there another way or is this not possible in the first place?
as a side note, I'm using the recent Mango beta 7.1 SDK
Thanks!
It's not available in code unless you have the elevated privileges of access to XBox live.
You can, however get an image of your avatar from the web. try:
http://avatar.xboxlive.com/avatar/XXXXXXX/avatar-body.png
where xxxxx is the XBox account name. e.g. http://avatar.xboxlive.com/avatar/kris/avatar-body.png
My understanding is they are only available to partners. See this post for more information:
http://www.ozymandias.com/how-do-i-use-xbox-live-apis-on-windows-phone
However, it looks like you can demo them, here's a quick tutorial on using them:
http://xnaessentials.com/archive/2009/06/11/xna-game-studio-3-1-avatar-tutorial.aspx

Resources