2023-09-16, 02:37 PM
(This post was last modified: 2023-09-16, 02:51 PM by Hoof. Edited 1 time in total.)
(2023-09-15, 11:06 PM)bitmap Wrote: You might verify that your custom ffmpeg actually works by doing a docker exec into the container and trying to run it just to see the banner. If it doesn't run, there's something wrong with the compile.
You nailed it! Apparently I have no idea what I'm doing
![Upside-down-face Upside-down-face](https://static.jellyfin.org/forum/images/smilies/apple_emoji/upside-down-face.png)
When I run ffmpeg from the Ubuntu server where I compiled it it works fine.
I copied the ffmpeg and ffprobe files over to a volume I setup "/customffmpeg/", but when I run it from the docker container console it gives me this error:
Code:
./ffmpeg: error while loading shared libraries: libxcb-shape.so.0: cannot open shared object file: No such file or directory
Which leads me to believe I'm not building it properly to contain all the dependencies.
Is there some bash script I should be running to compile this with all the options that are defaulted for Jellyfin?
I'm probably way over my head here and should just send the HDHomeRun back.