Forum Discussion

4 Replies

  • Please send stream URL with webVTT we can test to developer (at) roku.com

    Thanks,

    Joel
  • 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...
  • Just wondering is there a way of setting a webvtt url as subtitle instead of embed it in the HLS stream?