5

I like to develop a Windowsphone 8/7 internet radio app which streams the audio file from shoutcast radio channel.For that I need to extract metadata from the streaming.Now I am wondering about how to extract metadata from the stream.

4

1 回答 1

2

您需要创建一个自定义 MediaStreamSource 实现。这样,您就可以完全控制从网络接收哪些数据,以及将哪些数据馈送到操作系统提供的媒体编解码器。

不幸的是,这项任务很难。这是概述我遇到(并已解决)的一些技术挑战的文档:http: //const.me/SkyFM/technical.aspx

于 2013-08-10T23:01:37.743 回答