Skip to content
Snippets Groups Projects
Commit 195b6886 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

enable kurento screenshare recording, disable red5 video-broadcast ss recording

parent 6802064b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment