Open vishwa-mehta-zygal opened 8 months ago
++
@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.
It has been stable enough on iOS. I will draft an NPM release when I have time later.
@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
@tiomurray Required iOS 17.1+
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.