Hvc1 player for mac

broken image
broken image

How it manages to do this without codec hint or apparent mime-type sniffing is unclear. The discussion below suggests that Safari could, despite Apple's own release notes, be deciding to use an AVC source based on hardware considerations. Is there any way to solve this without using feature detection to manipulate the src element?įiled with Apple as a Safari bug #37821806 Setting HEVC as the default source for the video element works for Safari but causes problems for every other browser. I've tried annotating the source with codec information but this doesn't help.

broken image

However, Safari doesn't play nicely and will ignore the HEVC film if the H264 is present.

broken image

Ideally a browser should read the sources and takt the first file that it thinks it can read and this should allow Firefox and Chromium to show the VP9 film, Safari the HEVC and Internet Explorer the H264. I'm currently investigating the feasibility of adding HEVC support to videos but am hitting a problem with Safari.