Get current date in Http Live Streaming Android 3.0+

I am looking for how to get the current HTTP Live Stream (HLS) time with the default MediaPlayer in Android 3.0 or 4.0. Tag in m3u8 file: # EXT-X-PROGRAM-DATE-TIME. I need this time only to show the purpose.

+5
source share
1 answer

I am sure this is not showing up on Android. I think you will need to be creative ... Perhaps you can get the m3u8 file separately and display something based on what you are analyzing.

0
source

All Articles