Skip to content
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

Open
vishwa-mehta-zygal opened this issue Feb 24, 2024 · 5 comments

Comments

@vishwa-mehta-zygal
Copy link

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.

@vishwa-mehta-zygal vishwa-mehta-zygal changed the title Not able to run/implement it on iPhone IOS 17.3.1, Safari 17.3.1 Not able to run/implement player on iPhone IOS 17.3.1, Safari 17.3.1 Feb 24, 2024
@cemalct
Copy link

cemalct commented Mar 4, 2024

++

@xqq
Copy link
Owner

xqq commented Mar 4, 2024

@vishwa-mehta-zygal @rssvxoxo

Sorry, the implementation is still on the master and didn't release into the NPM.
You have to clone the repository and build the master code by yourself.

@xqq
Copy link
Owner

xqq commented Mar 4, 2024

It has been stable enough on iOS. I will draft an NPM release when I have time later.

@tiomurray
Copy link

@vishwa-mehta-zygal @rssvxoxo

Sorry, the implementation is still on the master and didn't release into the NPM. You have to clone the repository and build the master code by yourself.

I tried to build the master code but Managed Media Source API on iOS seems to be not working

@xqq
Copy link
Owner

xqq commented Apr 5, 2024

@tiomurray
Required iOS 17.1+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants