the VLC can play increasing (still recording) ts file,and can get the current length of the video,and also know how long time the player played.
but when i play a increasing ts file with libvlc, it works ,but can not provide current time in time-change event,it returns 0 both in libvlc_media_player_get_time() and libvlc_media_player_get_length(). is there anything i can do to get the current playing time and the total length?