Skip to content

Time text merge ie fix

Created by: dsparacio

This PR rebases the IE Timed Text fix on all the recent merges as well as pulls in the Big EBUTT additions.

IE Changes include.

Detection of IE11 - May need to include Edge in this. Need to test. If IE11 use the addTextTrack method and have poor cleanup of tracks between sessions. Also remove event driven text track changes since IE fails here as well and breaks the HTML spec for track events.

API added to make changing tracks clean and simple.

Merge request reports