I'm searching about how can I get the current time of an HTTP Live Stream (HLS) with the default MediaPlayer in Android 3.0 or 4.0. The tag in the m3u8 file is: #EXT-X-PROGRAM-DATE-TIME. I need that time only for displaying purpose.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm pretty sure this isn't exposed in Android. I think you'll need to get creative... Maybe you can retrieve the m3u8 file separately, and display something based on what you parse. |
|||
|