Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Hardware transcoding inside docker #22

Closed
nope89 opened this issue Mar 9, 2020 · 3 comments
Closed

Hardware transcoding inside docker #22

nope89 opened this issue Mar 9, 2020 · 3 comments
Labels
good first issue Good for newcomers

Comments

@nope89
Copy link

nope89 commented Mar 9, 2020

Hi, I'm fan of your plugin. But the streaming on my RPi with plugin installed inside my docker is not working well. It starts to stream the video but stalls after a short amount of time. I'd like to know if there is a possibility to use hardware transcoding within a docker?

@Brandawg93
Copy link
Owner

I am running the plugin on an RPi 4 inside docker with no issues. It could be the type of Pi you have. Unfortunately, hardware transcoding inside docker defeats the purpose of docker. Docker is designed to isolate the container from the rest of the OS. The ffmpeg inside the container is a special version that allows it to work but will not work with hardware transcoding because it needs to be able to work on many different OSes. There isn't much I can do from my end, but you can try submitting an issue with the creator of the container.

@Brandawg93 Brandawg93 added the question Further information is requested label Mar 9, 2020
@nope89
Copy link
Author

nope89 commented Mar 9, 2020

From wat I remember it is a RPi 3+, probably a big difference already next to the newer 4. I might will ask the docker creator. Thanks for your reply!

@Brandawg93
Copy link
Owner

v1.1.8 may fix your issue as it adds static binaries for RPi hardware transcoding, but if not there is not much else I can do since the issue lies with docker. If you hear back from the docker maintainer, let us know here.

@Brandawg93 Brandawg93 added good first issue Good for newcomers and removed question Further information is requested labels May 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants