mode/jwt.sh: renable jwt setup on QJI #125
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -836,16 +836,18 @@ if [ "$ENABLE_SC" = "yes" ]; then
 | 
			
		|||
 | 
			
		||||
fi
 | 
			
		||||
sleep .1
 | 
			
		||||
#Enable jibri recording
 | 
			
		||||
cat  << REC-JIBRI >> "$PROSODY_FILE"
 | 
			
		||||
 | 
			
		||||
VirtualHost "recorder.$DOMAIN"
 | 
			
		||||
  modules_enabled = {
 | 
			
		||||
    "ping";
 | 
			
		||||
  }
 | 
			
		||||
  authentication = "internal_hashed"
 | 
			
		||||
 | 
			
		||||
REC-JIBRI
 | 
			
		||||
# Test built-in setup for jibri recorder.
 | 
			
		||||
##Enable jibri recording by defatul (SC & JWT)
 | 
			
		||||
#cat  << REC-JIBRI >> "$PROSODY_FILE"
 | 
			
		||||
#
 | 
			
		||||
#VirtualHost "recorder.$DOMAIN"
 | 
			
		||||
#  modules_enabled = {
 | 
			
		||||
#    "ping";
 | 
			
		||||
#  }
 | 
			
		||||
#  authentication = "internal_hashed"
 | 
			
		||||
#
 | 
			
		||||
#REC-JIBRI
 | 
			
		||||
 | 
			
		||||
#Enable Jibri withelist
 | 
			
		||||
sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue