https://github.com/jakebailey/docker-emby-vaapi
dperson/emby, but with repo ffmpeg and vaapi support via /dev/dri
https://github.com/jakebailey/docker-emby-vaapi
Last synced: 4 months ago
JSON representation
dperson/emby, but with repo ffmpeg and vaapi support via /dev/dri
- Host: GitHub
- URL: https://github.com/jakebailey/docker-emby-vaapi
- Owner: jakebailey
- Created: 2018-03-19T05:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T05:03:52.000Z (over 8 years ago)
- Last Synced: 2025-11-19T00:03:47.728Z (7 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-emby-vaapi
This Docker image is based on dperson/emby, but instead downloads Debian's
ffmpeg build and vaapi drivers for HW encoding support. Mount `/dev/dri` into
the container to give emby access.
This image depends on knowing the host system's groupid for the user who owns
`/dev/dri`, which on Arch Linux is 91. Set the `VIDEO_GID` build arg to
override.