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
So far I believed this to be a regression with the 0.4.0 architecture change, as my test stream works (apart from neither DEFAULT nor AUTOSELECT not being recognized, probably different issue) in the demo which still uses the old architecture by loading https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js whereas your stream fails in the demo as well, even in Mac Safari.
With the given VOD
https://senvuvod.azureedge.net/pvvodsoc-fl/_definst_/mp4:azrsoc/archives/PV750/2020/2020-06-25/9637_Senate%20sitting%20no.%2027_13-30-41_VL.mp4/playlist.m3u8?audioindex=2
HLSJS.Events.SUBTITLE_TRACK_LOADED is never triggered
HLSJS.Events.SUBTITLE_TRACKS_UPDATED gets triggered
Therefore the closed captions are never loaded. I tried removing
this._playbackType === Playback.LIVE
from the following codebut the hasClosedCaptionsTrack was still false when it ran. To fix my issue, I added the following to the _onTimeUpdate method
Is there a better way to do this?
The text was updated successfully, but these errors were encountered: