You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to get the exact time when the video switches from intro to outro. Using onProgress event is not very consistent. So was planning to use EXT-X-DATERANGE.
However I'm not able to get the video player to trigger onTimedMetadata
As I'm using hls format embedding ID3 tags to *.ts is not working.
An alternative approach with a priority event to sync UI should also be fine
Why it is needed ?
To properly sync transitions UI with video progress dynamically and not rely on a video editor
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered:
Description
Currently I'm trying to us a an hls playlist to stick 2 separate videos together like so
I want to be able to get the exact time when the video switches from intro to outro. Using onProgress event is not very consistent. So was planning to use EXT-X-DATERANGE.
However I'm not able to get the video player to trigger
onTimedMetadata
As I'm using hls format embedding ID3 tags to *.ts is not working.
An alternative approach with a priority event to sync UI should also be fine
Why it is needed ?
To properly sync transitions UI with video progress dynamically and not rely on a video editor
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered: