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
Seems we have an issue with adding tracks to video element in firefox blocking any TT from working.
The problem is in addTextTrack in TextTrackExtensions. We are not able to add track directly so addCue fails since there are no tracks on video element when we go to add cues.
The text was updated successfully, but these errors were encountered:
Cleaned up user agent logic a bit and tested on Edge Ie11 firefox and chrome. Text tracks are all working as expected. Cleaning up and reloading as expected.
Seems we have an issue with adding tracks to video element in firefox blocking any TT from working.
The problem is in addTextTrack in TextTrackExtensions. We are not able to add track directly so addCue fails since there are no tracks on video element when we go to add cues.
The text was updated successfully, but these errors were encountered: