JasonRivers / Docker-nginx-rtmp

Docker Image for RTMP streams using Nginx
180 stars 114 forks source link

Docker Image stuck at 'Starting Server' #27

Open zsquared13 opened 3 years ago

zsquared13 commented 3 years ago

Hello,

We are trying to create the nginx-rtmp server and our linux machine keeps getting stuck at this spot. Do you have any ideas to resolve this?

Screenshot from 2021-04-03 09-35-29

ethaniel commented 3 years ago

You have to do "docker run" with the "-d" (detached) parameter. I would also recommend adding "-it" parameters too.