Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI runtime create failed #152

Open
yudataguy opened this issue Aug 26, 2020 · 2 comments
Open

OCI runtime create failed #152

yudataguy opened this issue Aug 26, 2020 · 2 comments

Comments

@yudataguy
Copy link

I'm testing ffserver container, with exact setup in the readme, did not change a single parameter, this is the error code. I have other docker container running successfully with docker-compose, and I run it in sudo, so permission is not an issue. I'm running the latest container which was pushed 5 hours ago.

Removing ffserver_ffserver_1
Recreating d217898fc4fe_ffserver_ffserver_1 ... error

ERROR: for d217898fc4fe_ffserver_ffserver_1  Cannot start service ffserver: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"ffserver\": executable file not found in $PATH": unknown

ERROR: for ffserver  Cannot start service ffserver: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"ffserver\": executable file not found in $PATH": unknown
@meizushooter
Copy link

Can anyone help? i face the same issue too

@bachmma1
Copy link

bachmma1 commented Apr 15, 2021

I faced the issue too and found out, that ffserver was removed from the official ffmpeg package:
https://trac.ffmpeg.org/wiki/ffserver
Therefore you need to install an older package of ffmpeg to get it to work like the official statement says https://ffmpeg.org/download.html#release_3.4.
Create your own dockerfile with base image alpine:3.8 like in https://stackoverflow.com/a/62641221
Or you can use my docker build I created today :) https://hub.docker.com/r/bachmma1/docker-ffserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants