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

Add support for multiple VAAPI devices #17

Open Brainiarc7 opened 5 years ago

Brainiarc7 commented 5 years ago

As requested by @joeyparrish , I'm opening this issue to highlight the case for supporting multiple devices for VAAPI hardware based acceleration. See #5 for the comments on the same.

At the moment, VAAPI-based encoding is supported, but this implementation assumes platform defaults which could fail in cases where multiple VAAPI-capable devices exist or where specific VAAPI drivers need to be set on a per-session basis.

joeyparrish commented 5 years ago

Thanks! We'll keep this in mind. In the mean time, we are always open to contributions!