Replies: 3 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.
-
|
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.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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> shresult is
OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "sh": executable file not found in $PATH: unknownThanks in advance for any ideas!
Beta Was this translation helpful? Give feedback.
All reactions