#HEVC codec suppoprt
6 messages · Page 1 of 1 (latest)
can't comment about linux, but on my machine at least Edge plays h265 test videos I've tried, and Webview does as well
I'm working on an app for playing video streams and been wandering how to (if possible) use mpv as a backend inside tauri for playing the video streams on the frontend, maybe that's something that would work for hevc as well? I'm almost positive mpv can play hevc ootb
use hls.js
I tried that, video.js and just normal video tag, they all stutter a lot inside tauri for some reason, might try again some other day but for now i'm just spawning a new process for mpv
they all stutter a lot inside tauri for some reason
Probably because hardware acceleration for media is a joke on Linux, at least in browsers. And i'd imagine webkitgtk being even worse than firefox and chromium 🤔