jmuxer
jmuxer copied to clipboard
Demo Project (and JMuxer) not functioning on iOS 16.2/latest MacOS
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.
I'm experiencing this too on iOS. How can I go about debugging it further?
It is because MSE is still not fully supported https://caniuse.com/?search=mse
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?
Did you make it work with the Managed Media Source?