Deskshare
The capture of desktop sharing is turned off by default in BigBlueButton 0.8. To enable capture of desktop sharing as a video file, edit
/usr/share/red5/webapps/deskshare/WEB-INF/red5-web.xml
and set the constructor-arg for index 0 to true
<bean id="streamManager" class="org.bigbluebutton.deskshare.server.stream.StreamManager">
<constructor-arg index="0" value="true"/>
<constructor-arg index="1" ref="recordingService"/>
</bean>
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/groups/opt_out.
--