We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not work on ios devices but work fine on safari: ERROR: {"__zone_symbol__currentTask":{"type":"microTask","state":"notScheduled","source":"Promise.then","zone":"angular","cancelFn":null,"runCount":0},"line":1278,"column":23,"sourceURL":"http://localhost:8080/Users/simeon/Library/Developer/CoreSimulator/Devices/3DCDACB6-7444-4C28-BB99-C0C158317734/data/Containers/Bundle/Application/2xx/www/assets/js/wfs.js"}
// wfs.js ` 1277: var typeSupported = {
1278: mp4: MediaSource.isTypeSupported('video/mp4'),
1279: // mp2t : wfs.config.enableMP2TPassThrough && MediaSource.isTypeSupported('video/mp2t') }; `
The text was updated successfully, but these errors were encountered:
Media Sourse Extensions are not supported in iOS Safari See link
Sorry, something went wrong.
No branches or pull requests
not work on ios devices but work fine on safari:
ERROR: {"__zone_symbol__currentTask":{"type":"microTask","state":"notScheduled","source":"Promise.then","zone":"angular","cancelFn":null,"runCount":0},"line":1278,"column":23,"sourceURL":"http://localhost:8080/Users/simeon/Library/Developer/CoreSimulator/Devices/3DCDACB6-7444-4C28-BB99-C0C158317734/data/Containers/Bundle/Application/2xx/www/assets/js/wfs.js"}
// wfs.js
`
1277: var typeSupported = {
1278: mp4: MediaSource.isTypeSupported('video/mp4'),
1279: // mp2t : wfs.config.enableMP2TPassThrough && MediaSource.isTypeSupported('video/mp2t')
};
`
The text was updated successfully, but these errors were encountered: