-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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 able to run/implement player on iPhone IOS 17.3.1, Safari 17.3.1 #171
Comments
++ |
@vishwa-mehta-zygal @rssvxoxo Sorry, the implementation is still on the master and didn't release into the NPM. |
It has been stable enough on iOS. I will draft an NPM release when I have time later. |
I tried to build the master code but Managed Media Source API on iOS seems to be not working |
@tiomurray |
While viewing a MPEG-TS stream in safari 17.3.1, I am calling 'mpegts.getFeatureList().mseLivePlayback' method to ensure if player is supported or not on the device, and it always returns false.
Even on bypassing it I am not able to run the stream on the browser.
(I am using the latest version, that is mpegts.js version 1.7.3)
The limitations section in readme.md says -
mpegts.js is not usable on iOS version 17.0 or older caused by the banning of Media Source Extensions (available on iPadOS), iOS 17.1 works through Managed Media Source API
How to implement it for Safari browser on IOS (iPhone) ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: