-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Browser issueIf there is an underlying issue with the browser that hls.js is running on, this tag should be used.If there is an underlying issue with the browser that hls.js is running on, this tag should be used.DocumentationQuestion
Description
What do you want to do with Hls.js?
This might be a quite naive question, but
now that ManagedMediaSource
is available on iOS >= 17.1 and hls.js supports it, should safari be able to use hls.js for videos?
My understanding was that the absence of MSE was the main blocker for hls.js, but I'm testing with a 17.2 simulator in xcode and I'm still receiving false from Hls.isSupported
What have you tried so far?
I'm running with the latest hls.js on iOS 17.2 safari:
Hls.getMediaSource
returns native code;Hls.isMSESupported
returnstrue
;Hls.isSupported
returnsfalse
by reading the latter function comments, this might be because isTypeSupported
returns false
Vissie2
Metadata
Metadata
Assignees
Labels
Browser issueIf there is an underlying issue with the browser that hls.js is running on, this tag should be used.If there is an underlying issue with the browser that hls.js is running on, this tag should be used.DocumentationQuestion