Open rabashani opened 6 years ago
Screenshot of a web page means nothing. You have developer tools in the browser, you could inspect Network tab and requests/responses.
Also, I don't use Docker for Mac but plain old Docker (though, I used to get it working with Docker for Mac too).
With plain Docker it would be https://192.168.99.100:8443
, where 192.168.99.100
is docker-machine ip
.
thanks for the fast response - this is what i am getting on http://localhost:8443/admin.html
and this is on localhost
I assume that the container is blocking requests to the external world, thought, i am pretty new to both docker and janus - so help will be appreciated here.
btw, here is the docker logs for the specific container -
Checking command line arguments... Debug/log level is 4 Debug/log timestamps are disabled Debug/log colors are enabled Adding 'vmnet' to the ICE ignore list... Using 172.17.0.2 as local IP... [WARN] Token based authentication disabled Initializing recorder code Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled) [WARN] Janus is deployed on a private address (172.17.0.2) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN... BUNDLE is NOT going to be forced rtcp-mux is NOT going to be forced Crypto: OpenSSL pre-1.1.0 Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38 ICE handles watchdog started Event handler plugins folder: /opt/janus/lib/janus/events [FATAL] [janus.c:main:3931] Couldn't access event handler plugins folder... Plugins folder: /opt/janus/lib/janus/plugins Loading plugin 'libjanus_sip.so'... Sessions watchdog started JANUS SIP plugin initialized! Loading plugin 'libjanus_videoroom.so'... SIP watchdog started JANUS VideoRoom plugin initialized! Loading plugin 'libjanus_audiobridge.so'... VideoRoom watchdog started JANUS AudioBridge plugin initialized! Loading plugin 'libjanus_recordplay.so'... AudioBridge watchdog started JANUS Record&Play plugin initialized! Loading plugin 'libjanus_nosip.so'... Record&Play watchdog started JANUS NoSIP plugin initialized! Loading plugin 'libjanus_echotest.so'... NoSIP watchdog started JANUS EchoTest plugin initialized! Loading plugin 'libjanus_videocall.so'... EchoTest watchdog started JANUS VideoCall plugin initialized! Loading plugin 'libjanus_textroom.so'... VideoCall watchdog started JANUS TextRoom plugin initialized! Loading plugin 'libjanus_voicemail.so'... TextRoom watchdog started JANUS VoiceMail plugin initialized! Loading plugin 'libjanus_streaming.so'... VoiceMail watchdog started JANUS Streaming plugin initialized! Transport plugins folder: /opt/janus/lib/janus/transports Loading transport plugin 'libjanus_pfunix.so'... Streaming watchdog started [WARN] Unix Sockets server disabled (Janus API) [WARN] Unix Sockets server disabled (Admin API) [WARN] No Unix Sockets server started, giving up... [WARN] The 'janus.transport.pfunix' plugin could not be initialized Loading transport plugin 'libjanus_http.so'... [WARN] HTTP webserver disabled HTTPS webserver started (port 8089, /janus path listener)... [WARN] Admin/monitor HTTP webserver disabled Admin/monitor HTTPS webserver started (port 7889, /admin path listener)... JANUS REST (HTTP/HTTPS) transport plugin initialized! HTTP/Janus sessions watchdog started
Try to specify HTTPS protocol, i.e. https://localhost:8443/admin.html
for some reason i am seeing the website, but it lacks the header. also, this is the error i am geeting