This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# REF: https://github.com/meetecho/janus-gateway/blob/master/README.md | |
# REF: https://groups.google.com/forum/#!msg/meetecho-janus/RYP4FBaeUi0/bIGSPZlpEQAJ | |
# Tested enviroment: ubuntu {14.04,16.04} LTS | |
# Tested Janus version: 0.2.0 | |
# 0. Get infos and params without empty | |
# ====== | |
set -e |