How do you get the current time for a live video(rtmp) when using Exoplayer? I tried
player.getCurrentPosition()
but the values start from 0 and not the actual time of the live stream. Is it possible to get the actual video time?
How do you get the current time for a live video(rtmp) when using Exoplayer? I tried
player.getCurrentPosition()
but the values start from 0 and not the actual time of the live stream. Is it possible to get the actual video time?