1

I've used AudioStreamer courtesy Matt

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

Kevin Panko
  • 8,356
  • 19
  • 50
  • 61
Mohit
  • 171
  • 1
  • 1
  • 4

1 Answers1

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

Community
  • 1
  • 1
Brad
  • 159,648
  • 54
  • 349
  • 530