atyenoria / janus-webrtc-gateway-docker

Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
687 stars 200 forks source link

Connection refused #24

Closed feixiao closed 5 years ago

feixiao commented 5 years ago

make run in OSX, but service is unreachable.

like this

➜ ~ telnet localhost 8088 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused telnet: Unable to connect to remote host

atyenoria commented 5 years ago

Can you try the vps by using docker machine?

kuzm1ch commented 5 years ago

I have the same locally:

$ telnet localhost 8080
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

But seems like this is normal Janus behavior ( to do not respond on this request). Try check availability of Janus HTTP API using curl to location /janus/info:

curl localhost:8088/janus/info