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
Hls.js is processing captions and I can manually display by calling:
videojs.textTracks[0].mode = 'showing'
Huh, this isn't valid code AFAICT. Do you mean something like player.textTracks()[0]? In my case, I don't even see an text tracks being populated on the player..
Captions button does not appear when viewing a live stream with captions. Hls.js is processing captions and I can manually display by calling:
videojs.textTracks[0].mode = 'showing'
Can you point me to a brief example showing how to enable the captions button? Do I need to wire it up to call mode = 'showing' and mode = 'hidden' ?
Thank you!
The text was updated successfully, but these errors were encountered: