shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

FFmpeg from shaka-streamer-binaries missing vaapi support on Linux #122

Open joeyparrish opened 2 years ago

joeyparrish commented 2 years ago

Using hw: codecs on Linux currently fails with the FFmpeg build from shaka-streamer-binaries (which in turn is from shaka-project/static-ffmpeg-binaries). It seems that FFmpeg is missing vaapi support.

See also https://github.com/shaka-project/static-ffmpeg-binaries/issues/10

joeyparrish commented 2 years ago

There doesn't seem to be a way to build VAAPI statically, at least not without hacking up the source.

We may need to use some other hardware acceleration API on Linux.