Jump to content

Transcoding (VA API in Docker)


LosslessHulk

Recommended Posts

LosslessHulk

Hello, i am running Emby server in Docker on Orange Pi PC Plus (armbian bionic - mainline kernel 4.14.y).
Thats how i run container:

root@orangepipcplus:/mnt/STORAGE/Emby# docker run -d \
     --name emby \
     --volume /mnt/STORAGE/Emby/config:/config \
     --volume /mnt/STORAGE/Downloads:/mnt/Downloads \
     --device /dev/dri/card0:/dev/dri/renderD128 \
     --network host \
     --env UID=1001 \
     --env GID=1002 \
     emby/embyserver_arm32v7:latest

UID=1001 - emby user;

GID=1002 - emby group;

emby user added to video group;

 

/dev/dri:

by-path
card0

ffmpeg log in attached files.
HW transcoding not working, help please.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...