jmuxer icon indicating copy to clipboard operation
jmuxer copied to clipboard

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

Open tmcqueen-materials opened this issue 2 years ago • 4 comments

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.

tmcqueen-materials avatar Dec 27 '22 23:12 tmcqueen-materials

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

dtbaker avatar Feb 24 '23 03:02 dtbaker

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

samirkumardas avatar Feb 24 '23 04:02 samirkumardas

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?

akathartos avatar Oct 02 '23 15:10 akathartos

Did you make it work with the Managed Media Source?

CarlosRM avatar Jan 19 '24 12:01 CarlosRM