Replies: 1 comment 4 replies
-
The bridge attempts to use The base image uses ffmpeg from ffmpeg-for-homebridge which only has support for HW encoding on the pi. If you want to try playing around with HW encoding, you could try the I believe you'd then need to expose the HW encoders to the container in your docker-compose.yml: devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0 You should then be able to pass a custom ffmpeg command for testing using: - FFMPEG_CMD=ffmpeg -loglevel verbose -f h264 -hwaccel qsv -hwaccel_output_format qsv -i - -c:v h264_qsv -rtsp_transport tcp -f rtsp rtsp://0.0.0.0:8554/{cam_name} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i see there is an nvidia HW encoding container, and one for rasperrypi as well. any future plans for quicksync? if i knew what to do i'd add it in myself.
thanks
Beta Was this translation helpful? Give feedback.
All reactions