Replies: 1 comment
-
HLS.js does not provide total played time via its API. Since HLS.js uses an HTMLMediaElement for playback, applications must track playback time using the API of the media element attached to the player.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get the 'Total Played Time' for a live playback. How do I get the value from hls js?
Beta Was this translation helpful? Give feedback.
All reactions