VLC Player is able to play HLS streams but it does not indicate the current playback time and the total duration of the m3u8 file.
This problem also occurs when using libVLC when calling:
libvlc_media_player_get_time(_vlcMediaPlayer); //returns 0
libvlc_media_player_get_length(_vlcMediaPlayer); //returns 0
What might be causing this problem, is this caused by the stream filter?
Is there a solution to this problem?