Playing online radio using BackgroundAudioPlayer on Windows Phone 8 -


i want play songs online radio , using backgroundaudioplayer windows phone 8. downloaded sample app provided ms , modified bit test whether streaming link working or not. so, new audiotrack object looked one,

 new audiotrack(new uri("http://live.abcradiobd.fm:8282/;listen.mp3", urikind.absolute),                          "abc radio",                          string.empty,                          string.empty,                         null) 

this not working @ all. after generates timeoutexception link working in vlc player , other audio player out there.any solution?

solved:

tried phonesm , it's working perfectly. can use both audio , video streaming. before building project make sure have downloaded correct version mppf v1.2 here , install extension visual studio.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -