Is it an option for you to upgrade your 0.71a to BigBlueButton 0.8-beta-2? See
If so, we've put a lot more parameters into the config.xml that you
can use to modify the bandwidth/framerate/quality of video. See
http://code.google.com/p/bigbluebutton/wiki/ClientConfiguration#Videoconf_Module
Regards,... Fred
--
http://code.google.com/p/bigbluebutton/wiki/FAQ#BigBlueButton_Committer
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-dev?hl=en.
>
I was curious to see what settings you had 'tweaked'. Here are
default settings for the VideoconfModule in BigBlueButton 0.8-beta-2
<module name="VideoconfModule" url="VideoconfModule.swf?v=3807"
uri="rtmp://10.100.126.205/video"
dependsOn="ViewersModule"
videoQuality="70"
presenterShareOnly="false"
resolutions="320x240,640x480,1280x720"
autoStart="false"
showButton="true"
publishWindowVisible="true"
viewerWindowMaxed="false"
viewerWindowLocation="top"
camKeyFrameInterval="5"
camModeFps="15"
camQualityBandwidth="0"
camQualityPicture="100"
h264Level="4.1"
h264Profile="main"
/>
These settings are defined in
/var/www/bigbluebutton/client/conf/config.xml
Here are the settings on your server:
<module name="VideoconfModule" url="VideoconfModule.swf?v=3869"
uri="rtmp://demo.207me.com/video"
dependsOn="ViewersModule"
videoQuality="70"
presenterShareOnly="false"
resolutions="320x240,640x480,1280x720"
autoStart="false"
showButton="true"
publishWindowVisible="true"
viewerWindowMaxed="false"
viewerWindowLocation="top"
camKeyFrameInterval="5"
camModeFps="15"
camQualityBandwidth="0"
camQualityPicture="70"
h264Level="4.1"
h264Profile="main"
/>
Everything is the same except you've set camQualityPicture to 70
instead of 100. According to the Adobe documentation at
the higher the number for camera quality, the less compression is done
on each frame, requiring more bandwidth for each frame. This makes
sense.
In comparison, we've set camQualityPicture to 50 in the upcoming
0.8-beta-3, which you can try at
http://demo.bigbluebutton.org/
which is running a build of BigBlueButton 0.8-beta-3 (tunneling disabled).
Regards,... Fred
--
http://code.google.com/p/bigbluebutton/wiki/FAQ#BigBlueButton_Committer
Does anyone have a detailed procedure for installing and managing BBB on Amazon's EC2? Thanks, Ray |
> is bbb already running h264?
No, the h.264 code requires Flash Player 11. We'll hold to Flash
Player 10.3 for this release to minimize our testing.
Regards,... Fred
--
BigBlueButton Developer
http://code.google.com/p/bigbluebutton/wiki/FAQ#BigBlueButton_Committer
--
| Thanks Fred. I seen that but was looking for something a little more detailed as I am not experienced yet with EC2. I am considering Amazons free EC2 offering to experiment with. |
| Thanks for that Fred. I guess EC2 is out for me.... |
http://code.google.com/p/bigbluebutton/wiki/ClientConfiguration#Videoconf_Module
Most of these parameters are only available in 0.8.
> I don't understand what camQualityBandwith="0" and camQualityPicture="70"
> means.
See the above link for more information. In 0.8, reducing
camQualityPicture will increase your framerate (at the cost of picture
quality).
We added these parameters in 0.8 so folks could easily modify their
video settings and experiment with different values.
Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
http://www.realeyes.com/blog/2011/10/31/new-in-flash-player-11-encoding-live-video-to-h-264avc/
Pablo Sotomayor
pa...@sotomayor.com.br
On Tue, Nov 15, 2011 at 7:20 AM, Pablo Sotomayor <pa...@sotomayor.com.br> wrote:
> Can i enable h.264 support in bbb 0.8 ?
>
No, since the client is built for 10.3 Flash Player version.
> http://www.realeyes.com/blog/2011/10/31/new-in-flash-player-11-encoding-live-video-to-h-264avc/
You can build the client following the instructions on your link by
modifying build.xml and uncommenting the H264
relevant code in VideoPoxy.as (I believe). There should be
instructions in the code.
Richard
--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
BUILD SUCCESSFUL
Total time: 1 minute 58 seconds
Pablo
In theory, h.264 deliver a better video quality using less bandwith. The Flash player 11 also uses graphics card acceleration to decode video, descreasing cpu usage too.
I will do some tests by night and report to the list.
Regards,
Pablo
Yes. Canonical provides official Ubuntu EC2 images for Ubuntu 10.04 32-bit and 64-bit. To install BigBlueButton on EC2, do the following: