test built in jibri prosody recorder
This commit is contained in:
parent
3a421bacba
commit
a3ffd2cd82
|
@ -836,16 +836,18 @@ if [ "$ENABLE_SC" = "yes" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
sleep .1
|
sleep .1
|
||||||
#Enable jibri recording
|
|
||||||
cat << REC-JIBRI >> "$PROSODY_FILE"
|
|
||||||
|
|
||||||
VirtualHost "recorder.$DOMAIN"
|
# Test built-in setup for jibri recorder.
|
||||||
modules_enabled = {
|
##Enable jibri recording by defatul (SC & JWT)
|
||||||
"ping";
|
#cat << REC-JIBRI >> "$PROSODY_FILE"
|
||||||
}
|
#
|
||||||
authentication = "internal_hashed"
|
#VirtualHost "recorder.$DOMAIN"
|
||||||
|
# modules_enabled = {
|
||||||
REC-JIBRI
|
# "ping";
|
||||||
|
# }
|
||||||
|
# authentication = "internal_hashed"
|
||||||
|
#
|
||||||
|
#REC-JIBRI
|
||||||
|
|
||||||
#Enable Jibri withelist
|
#Enable Jibri withelist
|
||||||
sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"
|
sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"
|
||||||
|
|
Loading…
Reference in New Issue