0

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.

Jonas
  • 121,568
  • 97
  • 310
  • 388
arnp
  • 3,178
  • 6
  • 26
  • 43

3 Answers3

1

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

Den
  • 16,686
  • 4
  • 47
  • 87
  • Looks this link is for windows 8 desktop version, can i use this for windows phone 7.0 and above? – arnp Mar 25 '13 at 04:44
  • It should be for Windows Phone 8 as well. You'll have to experiment on your own to see if it supports 7. – Den Mar 25 '13 at 05:22
0

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

Ateik
  • 2,458
  • 4
  • 39
  • 59
0

There is also player framework Player Framework

Clinton Ward
  • 2,441
  • 1
  • 22
  • 26