ID3 over audio streaming?

后端 未结 1 1084
南笙
南笙 2021-01-25 04:48

I\'ve used AudioStreamer courtesy Matt

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

相关标签:
1条回答
  • 2021-01-25 05:51

    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

    0 讨论(0)
提交回复
热议问题