Replies: 2 comments
-
Are you mapping a volume in to the docker container so it's accessible inside? Also I think this docker container isn't built on a linux os so there is no shell you can execute inside it, pretty sure it just contains the compiled go application as that's all it needs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ffmpeg is not included in the Docker image, but you can build a custom Docker image that contains both the server and ffmpeg, by following instructions here https://github.com/aler9/rtsp-simple-server/issues/183#issuecomment-760856015 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using rtsp-simple-server v0.16.4 as a docker container aler9/rtsp-simple-server
and my config has
it works with such config on Windows host (not in docker) but doesn't work in docker container on linux.
Is it possible to run ffmpeg in docker?
moreover when I try to run any command like
docker exec -it <docker_container_id> sh
result is
OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "sh": executable file not found in $PATH: unknown
Thanks in advance for any ideas!
Beta Was this translation helpful? Give feedback.
All reactions