从 HTTP 直播中检索 ID3 标签信息

发布于 2024-12-09 18:03:22 字数 263 浏览 0 评论 0原文

我们可以通过指定“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吻安 2024-12-16 18:03:22

如果元数据位于流的开头,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文