Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MediaElement and AAC stream support on Windows Phone 7

According to this link the Windows Phone 7 supports the AAC encoded audio stream in the browser and via the MediaElement API as well. We have tested few the icecast streams (e.g. this) it on our devices (e.g. HTC HD7 T9292, with latest updated - ver 7.0 (7392) ), but it does not work either in web browser or via API. The mp3 live stream works fine.

Any clues, why the AAC does not work, even the documentation says it should? BR SteN

like image 452
STeN Avatar asked Nov 14 '22 19:11

STeN


1 Answers

Icecast is not pure AAC, in 7.0 you need to strip out the icecast headers and metadata using a custom MediaStreamSource and then feed the raw AAC to the MediaElement.

It looks like from your comments that they may have added native icecast support to Mango.

like image 178
Bill Reiss Avatar answered Dec 24 '22 11:12

Bill Reiss