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
This change updates the video player logic to use MSE by default if its
not Safari since. Chromium-based browsers with native HLS support were
experiencing issues with captions not available. By defaulting to MSE
except on Safari, we ensure captions work consistently across browsers.
**Changes:**
- Replaced Chrome detection with Safari detection.
- Updated logic to fallback to MSE for non-Safari browsers.
- Maintains native HLS for Safari for optimal compatibility.
0 commit comments