nginx error "host not found" while pushing to other stream services #80
Unanswered
bennyevangelista
asked this question in
Questions
Replies: 2 comments
-
While I don't receive the "host not found" error, I am also unable to push my incoming streams to other RTMP servers. I am fairly certain it's not due to my nginx configuration. Were you able to get this image working? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same issue in my docker container cluster |
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
-
I just started using nginx-rtmp-docker to test a self-hosted stream server, but when I try to push stream to multiple services (Twitch, facebook, youtube, ..) nginx doesn't start due to error:
nginx: [emerg] host not found in url "live.twitch.tv/app/......"
I'm aware this is something related to DNS resolving, and using a real IP the stream is correctly pushed, but I didn't found any solution to this. Is there a workaround?
Here's my nginx.conf file
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions