-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HLS - Support EXT-X-PROGRAM-DATE-TIME tag #747
Comments
No it does not, but it wouldn't be hard to add support for it. |
i'm new to exoplayer, if someone can give me a pointer where to start i can try and add the integration. |
The class that parses the hls master playlist can be found here https://github.com/google/ExoPlayer/blob/master/library/src/main/java/com/google/android/exoplayer/hls/HlsPlaylistParser.java Look how they extract attributes and just add the ability to extract the one you're after. If you won't want to do it your self, then might take a look at it if you can supply me with a hls master playlist that contains the requested attribute. |
Here's the top of a playlist containing the meta data: #EXTM3U Created with ProSTREAM X/2 v1.08#EXT-X-MEDIA-SEQUENCE:506698 Hope this helps! |
any updates here ? |
Issue:#747 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140525595
This is supported in |
Does the exoplayer support for HLS include the
EXT-X-PROGRAM-DATE-TIME
and reporting the program date time somehow? Like metadate in some playback event? Or at least report theEXT-X-PROGRAM-DATE-TIME
when the manifest loads?The text was updated successfully, but these errors were encountered: