VTT subtitles synchronization for live HLS #1968
Labels
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
type: question
A question from the community
In my company we generate VTT subtitles with absolute timestamps,
To make it work on shaka, I have to modified the
let offset = time.segmentStart;
tolet offset = 0;
in the vtt_text_parser.js
Other player like hls.js or Exoplayer work find with absolute timestamps.
have you planned to support absolute timestamps, and if not, why ?
The text was updated successfully, but these errors were encountered: