Docker container is running but is refusing all connections #2731
-
Which version are you using?Current Which operating system are you using?
Describe the issueI had asked this as a question previously but after playing around a bit more I'm almost certain this is a bug in the Dockerfile. I am running MediaMTX via docker like so: I can confirm that it is running: When I go to publish an MP4 to it via Describe how to replicate the issue
Did you attach the server logs?no this is via Docker Did you attach a network dump?no this is via Docker I have also asked this on StackOverflow to see if anyone with more Docker knowledge can provide any insight. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
AFAIK, MacOS/Docker Desktop doesn't support |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for FWIW if anyone else has the same problem I found the answer here on StackOverflow. Basically it was a combination of the (as @mrlt8 alluded) |
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.
Thank you for FWIW if anyone else has the same problem I found the answer here on StackOverflow. Basically it was a combination of the (as @mrlt8 alluded)
--network=hostoption interfering with Mac's Docker Desktop, as well as theffmpegcommands I was using for both publish and read.