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.
精彩评论