Solution bungee91 62 Posted March 25, 2017 Solution Share Posted March 25, 2017 Marking this as solved, ffmpeg is the culprit in my testing. Updating the docker to use the most recent git build has resolved my issue(s). For those running the docker (such as the OP), you can run the following command in SSH to update it within the container. docker exec -it emby-server bash -c 'zypper --non-interactive in curl; \ ⏎ curl -sL https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-64bit-static.tar.xz | \ tar -C /bin --extract -J --wildcards "*/ffmpeg" --wildcards "*/ffprobe" --strip-components=1' I changed "emby-server" to my container ID, you could also likely use the correct syntax for Emby-server:beta or whatever it is named. Found this info in the Linux/docker thread. 1 Link to comment Share on other sites More sharing options...
skurvy_pirate 2 Posted March 28, 2017 Author Share Posted March 28, 2017 Updating the version of ffmpeg in my Docker container also resolved the issue. Thanks for the resolution. I will head to the Docker thread to see why the current version of ffmpeg is being included. Link to comment Share on other sites More sharing options...
SuperCurro 4 Posted April 21, 2017 Share Posted April 21, 2017 (edited) Updating the version of ffmpeg in my Docker container also resolved the issue. Thanks for the resolution. I will head to the Docker thread to see why the current version of ffmpeg is being included. Great!! after months of dealing with this problem I take this version of ffmpeg and copy at /var/lib/emby-server/ffmpeg, uninstall the ubuntu ffmpeg version and runs perfect. Edited April 21, 2017 by SuperCurro Link to comment Share on other sites More sharing options...
Luke 33618 Posted April 21, 2017 Share Posted April 21, 2017 Thanks for the feedback. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now