From 195b688676928b8a612f667136cd1da3fb7af8b0 Mon Sep 17 00:00:00 2001
From: Anton Georgiev <anto.georgiev@gmail.com>
Date: Fri, 4 May 2018 21:22:22 +0000
Subject: [PATCH] enable kurento screenshare recording, disable red5
 video-broadcast ss recording

---
 labs/bbb-webrtc-sfu/config/default.example.yml       | 2 +-
 video-broadcast/src/main/webapp/WEB-INF/red5-web.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/bbb-webrtc-sfu/config/default.example.yml b/labs/bbb-webrtc-sfu/config/default.example.yml
index 761c2bf25a..c03133e53f 100644
--- a/labs/bbb-webrtc-sfu/config/default.example.yml
+++ b/labs/bbb-webrtc-sfu/config/default.example.yml
@@ -18,7 +18,7 @@ to-akka: "to-akka-apps-redis-channel"
 webcam-force-h264: true
 screenshare-force-h264: true
 
-recordScreenSharing: false
+recordScreenSharing: true
 recordWebcams: false
 recordingBasePath: "file:///var/kurento"
 
diff --git a/video-broadcast/src/main/webapp/WEB-INF/red5-web.xml b/video-broadcast/src/main/webapp/WEB-INF/red5-web.xml
index 6618fae894..fc2ec8872c 100755
--- a/video-broadcast/src/main/webapp/WEB-INF/red5-web.xml
+++ b/video-broadcast/src/main/webapp/WEB-INF/red5-web.xml
@@ -50,7 +50,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 
 	<bean id="web.handler" class="org.bigbluebutton.app.videobroadcast.VideoApplication">
 		<property name="packetTimeout" value="10000"/>
-		<property name="recordVideoStream" value="true"/>
+		<property name="recordVideoStream" value="false"/>
 		<property name="eventRecordingService" ref="redisRecorder"/>
 	</bean>
 
-- 
GitLab