Hi all,
VLC supports the http live streaming, it can play the hls stream, but I find that it can't get the current time and length when playing hls stream.
I check the vlc sourcecode, and find the interface libvlc_media_player_get_time( libvlc_media_player_t *p_mi ) always return zero when playing m3u8 file.
I would want to know if vlc could get the current time and length when playing hls stream or not?
Is it a bug for vlc? and Is there some methods to fix it?
Thanks!