Kaltura's Cross Platform Video Player ToolKit
GNU Affero General Public License v3.0
210
stars
135
forks
source link
fix(FEC-12371): multiaudio with live does not switch back to first audio track in Safari #4292
Closed
lianbenjamin closed 2 years ago
the issue: safari native player is not setting to false the audioTrack.enabled of the first item in audioTracks list.
solution: disable all audioTracks before setting current one to enable.
Solves FEC-12371