开发者

Retrieving ID3 Tag information from HTTP Live Streaming

开发者 https://www.devze.com 2023-04-12 21:58 出处:网络
We are able to play HTTP live streaming (HLS) video streams from android by specifying \"httplive://REAL_URL/main.m3u8\"

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 M开发者_如何学编程P3 files

In iOS - we have property called 'TimedMetadata'

Thanks


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号