Describe what problem this solves and why this would be valuable to many users
Last year Google added native support for HEVC/H.265 videos to Chrome 107 (https://chromestatus.com/feature/5186511939567616). Therefore transcoding is not necessary and can be skipped (like in #2379 for Safari) which improves playback performance and the amount of work done by the server.
Describe the solution you'd like
I used "User-Agent Switcher for Chrome" to test the functionality. By spoofing Safari as user-agent in Chrome, the playback performance improved significantly. So I assume the only changes required to implement this, are to adapt PR #2379 and skip transcoding for Chrome.
Describe alternatives you've considered
Additional context
List of supported browsers / version: https://caniuse.com/hevc
Describe what problem this solves and why this would be valuable to many users
Last year Google added native support for HEVC/H.265 videos to Chrome 107 (https://chromestatus.com/feature/5186511939567616). Therefore transcoding is not necessary and can be skipped (like in #2379 for Safari) which improves playback performance and the amount of work done by the server.
Describe the solution you'd like
I used "User-Agent Switcher for Chrome" to test the functionality. By spoofing Safari as user-agent in Chrome, the playback performance improved significantly. So I assume the only changes required to implement this, are to adapt PR #2379 and skip transcoding for Chrome.
Describe alternatives you've considered
Additional context
List of supported browsers / version: https://caniuse.com/hevc