c# - How to fetch Metadata from shoutcast radio channel for Windowsphone? -
i develop windowsphone 8/7 internet radio app streams audio file shoutcast radio channel.for need extract metadata streaming.now wondering how extract metadata stream.
you need create custom mediastreamsource implementation. way you'll have complete control on data received network, , data fed os-provided media codecs.
unfortunately task hard. here's document outlining technical challenges i've encountered (and solved): http://const.me/skyfm/technical.aspx
Comments
Post a Comment