Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.59k stars 1.38k forks source link

WebM and Vorbis data seems out of date for Safari on iOS/iPadOS #6031

Open jwatt opened 2 years ago

jwatt commented 2 years ago

https://caniuse.com/webm https://caniuse.com/ogg-vorbis

Safari 14.1 (released October 20, 2020) added WebM and VP8/VP9/Vorbis support for macOS (data seems to be correct for this). However, it looks like iPadOS 15 and iOS 15 (released September 20, 2021) have also just gained support (link updated), although the iOS support is restricted to Vorbis audio only.

Schweinepriester commented 2 years ago

https://developer.apple.com/documentation/safari-release-notes/safari-15-beta-release-notes#Media doesn't appear to be working anymore, therefore first and last entry from the archive:

And of course the final one: https://developer.apple.com/documentation/safari-release-notes/safari-15-release-notes

Schweinepriester commented 2 years ago

Tested using

and none of those media files worked for me, neither on iOS nor iPadOS 15 :/

Schweinepriester commented 2 years ago

Just tried again using the first iPadOS 16 public beta, same result as above: None of the files in the caniuse tests worked.

I'm afraid this issue can be closed, at least for the time being…

tuxayo commented 1 year ago

@Schweinepriester looks like it's being rolled out progressively: https://libreddit.kavin.rocks/r/apple/comments/hffam6/looks_like_apple_is_enabling_the_vp9_codec_for/

wbob commented 3 months ago

this issue was addressed by Safari 17.4 https://github.com/Fyrd/caniuse/commit/764442eda8e4c57415843605036d51d336729eb7 ( https://github.com/Fyrd/caniuse/issues/6997#issuecomment-1984048455).

There is a 17.4 regression though fixed in upcoming 17.5 affecting playback from audio blob (no matter if vorbis or opus codec in webm container): https://bugs.webkit.org/show_bug.cgi?id=245428 / https://github.com/WebKit/WebKit/commit/a7b863a49945946c913e6e194ec047da844094a4 cc: @jensimmons