macielbombonato / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Add parameter autoDisplay to config.xml for presentation module #856

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a request to make the automatic display of web cams to remote students 
a configurable option.

See

  http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/8961b71fa8b23ebd#

This would be adding a parameter "autoDisplay" to config.xml

<module name="VideoconfModule" url="VideoconfModule.swf?v=VERSION" 
        uri="rtmp://192.168.0.225/video"
        dependsOn="ViewersModule"
        videoQuality="70"
        autoDisplay="true"
        presenterShareOnly="false"
/>

Original issue reported on code.google.com by ffdixon@gmail.com on 7 Feb 2011 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 7 Feb 2011 at 10:35

GoogleCodeExporter commented 9 years ago
yea, it will be usefull, espesially autoDisplay="false". There is a problem on 
slow link speed: if ALL cams popup at the same time, some browsers may even 
crash... for exampel it happens with some of our listenters, who use IE6  :(

Original comment by MrAr...@gmail.com on 24 Feb 2011 at 10:25

GoogleCodeExporter commented 9 years ago
Added 

 autoStart = "false"

option to VideoconfModule (video) in config.xml.  Now with dynamic config.xml 
capabilities in 0.81-dev, you can set specific users to have their webcams 
start when they join.

Original comment by ffdixon@gmail.com on 12 May 2013 at 1:36