samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
559 stars 114 forks source link

Demo Project (and JMuxer) not functioning on iOS 16.2/latest MacOS #133

Open tmcqueen-materials opened 1 year ago

tmcqueen-materials commented 1 year ago

Title says it all. Same behavior as reported in #71, but occurs on both demo sites (not just one), and is not resolved by splitting the h264 file into smaller chunks. DevTools on Safari on OS X (with debug:True) does not show any errors, instead reporting some number of chunks available. I'm at a loss as to why this doesn't work, it works on all other browsers I have tried. Unfortunately I don't have an older version of Safari.

dtbaker commented 1 year ago

I'm experiencing this too on iOS. How can I go about debugging it further?

samirkumardas commented 1 year ago

It is because MSE is still not fully supported https://caniuse.com/?search=mse

akathartos commented 1 year ago

It is because MSE is still not fully supported https://caniuse.com/?search=mse

Have you tried the new Managed Media Source yet, is it directly implementable?

CarlosRM commented 8 months ago

Did you make it work with the Managed Media Source?