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
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
DASH can only be played with Media Source Extentions, which are not available on iPhone, or with Managed Media Source Extensions, which iPhone does support and we have experimental support for. You can opt into using that, and feedback would be welcome. Make sure you're on the newest version of Video.js (currently 8.21.1).
var player = videojs('playerId', {
html5: {
vhs: {
experimentalUseMMS: true,
overrideNative: true
}
}
});
The text was updated successfully, but these errors were encountered: