Posts

Post not yet marked as solved
3 Replies
1.6k Views
How can you detect if an HEVC video track in an HLS stream is playable in Safari, in a similar way that iOS devices can find out using AVFoundation "isPlayable"?https://developer.apple.com/videos/play/wwdc2017/503/In this talk @24:07 from WWDC, the speaker says that the method isPlayable on AVFoundation will answer if the video is suitable for playback on the current device, which indicates that the user will experience smooth playback of the video without significant power cost for videos with extended durations.We want to find out the same thing but in a Safari runtime. Or just find out if the device has support for hardware decode of HEVC would also be fine.
Posted Last updated
.