Skip to content

Instantly share code, notes, and snippets.

@EricDavies
Created March 11, 2017 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricDavies/b5ded9e36e8d993db94cb6306c459527 to your computer and use it in GitHub Desktop.
Save EricDavies/b5ded9e36e8d993db94cb6306c459527 to your computer and use it in GitHub Desktop.
#
# Note: lines beginning with # are comments I typed in at the command line at the time.
#
Script started on Fri 10 Mar 2017 04:17:29 PM PST
[ESC]]0;root@eric-linux: ~root@eric-linux:~# /opt/janus/bin/janus
/opt/janus/bin/janus: /usr/local/lib/libldap_r-2.4.so.2: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/opt/janus/bin/janus: /usr/local/lib/liblber-2.4.so.2: no version information available (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.2.3
---------------------------------------------------
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 192.168.0.89 as local IP...
[ESC][33m[WARN][ESC][0m Token based authentication disabled
Initializing recorder code
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
ICE handles watchdog started
STUN server to use: stun.sipgate.net:3478
Testing STUN server: message is of 20 bytes
>> Our public address is 24.68.32.13
TURN server to use: 192.155.84.88:3478 (udp)
TURN REST API backend: (disabled)
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
Event handler plugins folder: /opt/janus/lib/janus/events
[ESC][33m[WARN][ESC][0m Event handlers support disabled
Plugins folder: /opt/janus/lib/janus/plugins
Loading plugin 'libjanus_recordplay.so'...
JANUS Record&Play plugin initialized!
Loading plugin 'libjanus_streaming.so'...
Sessions watchdog started
Record&Play watchdog started
JANUS Streaming plugin initialized!
Loading plugin 'libjanus_sip.so'...
Streaming watchdog started
JANUS SIP plugin initialized!
Loading plugin 'libjanus_audiobridge.so'...
SIP watchdog started
JANUS AudioBridge plugin initialized!
Loading plugin 'libjanus_voicemail.so'...
AudioBridge watchdog started
JANUS VoiceMail plugin initialized!
Loading plugin 'libjanus_videoroom.so'...
VoiceMail watchdog started
JANUS VideoRoom plugin initialized!
Loading plugin 'libjanus_textroom.so'...
VideoRoom watchdog started
JANUS TextRoom plugin initialized!
TextRoom watchdog started
Loading plugin 'libjanus_echotest.so'...
JANUS EchoTest plugin initialized!
EchoTest watchdog started
Loading plugin 'libjanus_videocall.so'...
JANUS VideoCall plugin initialized!
VideoCall watchdog started
Transport plugins folder: /opt/janus/lib/janus/transports
Loading transport plugin 'libjanus_http.so'...
HTTP webserver started (port 8088, /janus path listener)...
[ESC][33m[WARN][ESC][0m HTTPS webserver disabled
[ESC][33m[WARN][ESC][0m Admin/monitor HTTP webserver disabled
[ESC][33m[WARN][ESC][0m Admin/monitor HTTPS webserver disabled
JANUS REST (HTTP/HTTPS) transport plugin initialized!
HTTP/Janus sessions watchdog started
Loading transport plugin 'libjanus_mqtt.so'...
[ESC][33m[WARN][ESC][0m MQTT support disabled for both Janus and Admin API, giving up
JANUS MQTT transport plugin destroyed!
[ESC][33m[WARN][ESC][0m The 'janus.transport.mqtt' plugin could not be initialized
Loading transport plugin 'libjanus_pfunix.so'...
Configuring SOCK_SEQPACKET Unix Sockets server (Janus API)
[ESC][33m[WARN][ESC][0m Unix Sockets server disabled (Admin API)
JANUS Unix Sockets transport plugin initialized!
Loading transport plugin 'libjanus_websockets.so'...
Unix Sockets thread started
libwebsockets >= 1.6 available, using new API
WebSockets server started (port 8188)...
[ESC][33m[WARN][ESC][0m Secure WebSockets server disabled
[ESC][33m[WARN][ESC][0m Admin WebSockets server disabled
[ESC][33m[WARN][ESC][0m Secure Admin WebSockets server disabled
JANUS WebSockets transport plugin initialized!
WebSocket (Janus API) thread started
#
#
# starting clients
#
#
Creating new session: 6462781904889128
Creating new handle in session 6462781904889128: 3707505620362096
[3707505620362096] Creating ICE agent (ICE Full mode, controlled)
#
# starting second client
#
Creating new session: 8852756288071472
Creating new handle in session 8852756288071472: 7058502521974307
[ESC][33m[WARN][ESC][0m [3707505620362096] Still waiting for the DTLS stack for component 1 in stream 1...
[ESC][33m[WARN][ESC][0m [3707505620362096] Still waiting for the DTLS stack for component 1 in stream 1...
[3707505620362096] The DTLS handshake has been completed
WebRTC media is now available
[7058502521974307] Creating ICE agent (ICE Full mode, controlled)
[ESC][33m[WARN][ESC][0m [3707505620362096] Not video and not audio? dropping (SSRC 2294214776)...
Creating new handle in session 8852756288071472: 2606886647923218
[ESC][33m[WARN][ESC][0m [7058502521974307] Still waiting for the DTLS stack for component 1 in stream 1...
[ESC][33m[WARN][ESC][0m [7058502521974307] Still waiting for the DTLS stack for component 1 in stream 1...
[2606886647923218] Creating ICE agent (ICE Full mode, controlling)
[7058502521974307] The DTLS handshake has been completed
WebRTC media is now available
Creating new handle in session 6462781904889128: 8222065104212852
[ESC][33m[WARN][ESC][0m [7058502521974307] Not video and not audio? dropping (SSRC 787183971)...
[8222065104212852] Creating ICE agent (ICE Full mode, controlling)
[ESC][33m[WARN][ESC][0m [2606886647923218] Still waiting for the DTLS stack for component 1 in stream 1...
[2606886647923218] The DTLS handshake has been completed
WebRTC media is now available
[ESC][33m[WARN][ESC][0m [2606886647923218] Not video and not audio? dropping (SSRC 1193968502)...
[ESC][33m[WARN][ESC][0m [8222065104212852] Still waiting for the DTLS stack for component 1 in stream 1...
[ESC][33m[WARN][ESC][0m [8222065104212852] Still waiting for the DTLS stack for component 1 in stream 1...
[8222065104212852] The DTLS handshake has been completed
WebRTC media is now available
[ESC][33m[WARN][ESC][0m [8222065104212852] Not video and not audio? dropping (SSRC 3471123009)...
#
#
#video now established.
#
#No WebRTC media anymore
Detaching handle from JANUS VideoRoom plugin
No WebRTC media anymore
No WebRTC media anymore
Detaching handle from JANUS VideoRoom plugin
No WebRTC media anymore
No WebRTC media anymore
Detaching handle from JANUS VideoRoom plugin
No WebRTC media anymore
Cleaning up handle 7058502521974307...
[7058502521974307] WebRTC resources freed
[7058502521974307] Handle and related resources freed
Cleaning up handle 2606886647923218...
[2606886647923218] WebRTC resources freed
[2606886647923218] Handle and related resources freed
Cleaning up handle 8222065104212852...
[8222065104212852] WebRTC resources freed
[8222065104212852] Handle and related resources freed
No WebRTC media anymore
Detaching handle from JANUS VideoRoom plugin
No WebRTC media anymore
Cleaning up handle 3707505620362096...
[3707505620362096] WebRTC resources freed
[3707505620362096] Handle and related resources freed
#
# about to kill the server intentionally
#
^CStopping gateway, please wait...
Ending watchdog mainloop...
Closing transport plugins:
Stopping webserver(s)...
HTTP/Janus sessions watchdog stopped
JANUS REST (HTTP/HTTPS) transport plugin destroyed!
WebSocket (Janus API) thread ended
JANUS WebSockets transport plugin destroyed!
Unix Sockets thread ended
JANUS Unix Sockets transport plugin destroyed!
Destroying sessions...
Freeing crypto resources...
De-initializing SCTP...
Ending ICE handles watchdog mainloop...
Closing plugins:
VoiceMail watchdog stopped
JANUS VoiceMail plugin destroyed!
AudioBridge watchdog stopped
JANUS AudioBridge plugin destroyed!
EchoTest watchdog stopped
JANUS EchoTest plugin destroyed!
Record&Play watchdog stopped
JANUS Record&Play plugin destroyed!
TextRoom watchdog stopped
JANUS TextRoom plugin destroyed!
VideoRoom watchdog stopped
JANUS VideoRoom plugin destroyed!
VideoCall watchdog stopped
JANUS VideoCall plugin destroyed!
Streaming watchdog stopped
JANUS Streaming plugin destroyed!
SIP watchdog stopped
JANUS SIP plugin destroyed!
Closing event handlers:
Bye!
#video now established.
#[?12l[?25h[?25l
#[?12l[?25h[?25l
#No WebRTC media anymore
#[?12l[?25h[?25l
Detaching handle from JANUS VideoRoom plugin
D[?12l[?25h[?25l
No WebRTC media anymore
N[?12l[?25h[?25l
No WebRTC media anymore
N[?12l[?25h[?25l
Detaching handle from JANUS VideoRoom plugin
D[?12l[?25h[?25l
No WebRTC media anymore
N[?12l[?25h[?25l
No WebRTC media anymore
N[?12l[?25h[?25l
Detaching handle from JANUS VideoRoom plugin
D[?12l[?25h[?25l
"typescript"
WARNING: The file has been changed since reading it!!!
Do you really want to write to it (y/n)?[?12l[?25hy[?25l
"typescript" 190 lines, 8037 characters written
[?1l>[?12l[?25h[?1049l]0;root@eric-linux: ~root@eric-linux:~# vi typescript
[?1049h[?1h=[?12;25h[?12l[?25h[?25l"typescript" 190 lines, 8037 charactersScript started on Fri 10 Mar 2017 04:17:29 PM PST
[ESC]]0;root@eric-linux: ~^Groot@eric-linux:~# /opt/janus/bin/janus
/opt/janus/bin/janus: /usr/local/lib/libldap_r-2.4.so.2: no version information availlable (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
/opt/janus/bin/janus: /usr/local/lib/liblber-2.4.so.2: no version information availabble (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.2.3
---------------------------------------------------
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 192.168.0.89 as local IP...
[ESC][33m[WARN][ESC][0m Token based authentication disabled
Initializing recorder code
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabledd)
ICE handles watchdog started
STUN server to use: stun.sipgate.net:3478
Testing STUN server: message is of 20 bytes
>> Our public address is 24.68.32.13
TURN server to use: 192.155.84.88:3478 (udp)
TURN REST API backend: (disabled)
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:AEE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
Event handler plugins folder: /opt/janus/lib/janus/events
[ESC][33m[WARN][ESC][0m Event handlers support disabled
Plugins folder: /opt/janus/lib/janus/plugins
Loading plugin 'libjanus_recordplay.so'...
JANUS Record&Play plugin initialized!
Loading plugin 'libjanus_streaming.so'...
Sessions watchdog started
Record&Play watchdog started
JANUS Streaming plugin initialized!
Loading plugin 'libjanus_sip.so'...
Streaming watchdog started
JANUS SIP plugin initialized!
Loading plugin 'libjanus_audiobridge.so'...
SIP watchdog started
JANUS AudioBridge plugin initialized!
Loading plugin 'libjanus_voicemail.so'...
AudioBridge watchdog started
JANUS VoiceMail plugin initialized!
Loading plugin 'libjanus_videoroom.so'...
VoiceMail watchdog started
JANUS VideoRoom plugin initialized!
Loading plugin 'libjanus_textroom.so'...
VideoRoom watchdog started
JANUS TextRoom plugin initialized!
TextRoom watchdog started[?12l[?25h[?25l:[?12l[?25hq
[?25l[?1l>[?12l[?25h[?1049l]0;root@eric-linux: ~root@eric-linux:~#
]0;root@eric-linux: ~root@eric-linux:~# exit
exit
Script done on Fri 10 Mar 2017 04:51:51 PM PST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment