从 HTTP 直播中检索 ID3 标签信息
我们可以通过指定“httplive://REAL_URL/main.m3u8”来播放 Android 中的 HTTP 实时流 (HLS) 视频流
有没有办法从 Android 中的 HTTP 实时流 (HLS) 中检索定时元数据? 或者 有没有具体的库。
我们在 android 中有一个名为“MediaMetaDataRetriever”的包,它适用于
iOS 中的 MP3 文件 - 我们有一个名为“TimedMetadata”的属性,
谢谢
We are able to play HTTP live streaming (HLS) video streams from android by specifying "httplive://REAL_URL/main.m3u8"
Is there any way to retrieve timed metadata from HTTP live streaming (HLS) in android?
or
Is there any specific libraries.
We have package called 'MediaMetaDataRetriever' in android which works for MP3 files
In iOS - we have property called 'TimedMetadata'
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果元数据位于流的开头,MediaMetaDataRetriever 必须能够提取它。另一方面,某些 MP3 文件在文件末尾具有 ID3 元数据。
If the metadata comes at the beginning of the stream the MediaMetaDataRetriever must be able to extract it. Some MP3 files, on the other hand, have the ID3 metadata at the end of the file.