ID3 通过音频流?
我已经使用了 AudioStreamer 礼貌 Matt
我需要提取id3 元数据并显示当前播放的歌曲。
I've used AudioStreamer courtesy Matt
I need to extract id3 metadata and display the current song playing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然您提到“当前正在播放的歌曲”,我假设您正在尝试播放可能来自 SHOUTcast 或 Icecast 的流。这些流没有 ID3 数据编码...它们使用单独的机制。
这里有完整的详细信息: http://www.smackfu.com/stuff/programming/
在这里: 使用 PHP 从音频流中提取曲目信息
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