All examples with webVTT subtitles requires stream track number. It's variable information in our streams (sometimes 1, sometimes 9, etc.), can i ignore it in my code?
For example from doc:
subtitle_config = {
TrackName:
"webvtt/9"
}
For example from andyy's code:
TrackIDSubtitle: "webvtt/1" ' TrackIDSubtitle property should be set to webvtt/track, where track specifies the index of the caption track to render
etc...
Sincerely, Sergey Shoshin, software developer.