ID3 over audio streaming?

为君一笑 提交于 2019-12-31 04:19:07

问题


I've used AudioStreamer courtesy Matt

I need to extract id3 metadata and display the current song playing.


回答1:


Since you mention "current song playing", I assume you are trying to play a stream, probably from SHOUTcast or Icecast. These streams don't have ID3 data encoded... they use a separate mechanism.

This is fully detailed here: http://www.smackfu.com/stuff/programming/shoutcast.html

And here: Pulling Track Info From an Audio Stream Using PHP



来源:https://stackoverflow.com/questions/6049128/id3-over-audio-streaming

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!