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 m...