JasonRivers / Docker-nginx-rtmp

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

Replace wget with curl #2

Closed Ark74 closed 6 years ago

Ark74 commented 7 years ago

I did several test and in most (90%) wget would get the file incomplete. curl OTOH complete it correctly everytime and the process completed just fine :+1:

JasonRivers commented 6 years ago

Thanks, I have made the change but as I changed the Dockerfile to use multi-stage building there was a conflict with the PR, so I've done this manually.