videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 792 forks source link

Event to look for when CueTracks in m3u8 gets loaded into TextTrack #1345

Closed varadarajana closed 6 years ago

varadarajana commented 6 years ago

Description

I am trying to play an m3u8 file that has #EXT-X-CUE-OUT and #EXT-X-CUE-IN defined along with regular playlist. I have set the useCueTags to true in the player. What event do I need to listen to in order to get the textTracks. I tried using the #328 solution, but addtrack event is not getting triggered.

Here is my HTML file, removed all references to sources and other sections.

<video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268" data-setup='{}'>

Githubissues.
  • Githubissues is a development platform for aggregating issues.