You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by 田中まさとし <ta...@gmail.com> on 2013/09/01 05:10:48 UTC

How openmeetings decides bitrate

Hi

I am using Openmeetings2.1.1

I have some questions on Openmeetings.

I think that Openmeetings decides bitrate.

So, I consulted the source code, but I couldn't find it.

I want to know that how openmeetings decides bitrate.

and I want to know how to calculate the bit rate by client's network
bandwidth, and Cam resolution.


For example,

if a client network use 100Mbps, then
Cam resolution 40×30【4:3(〜6KByte/sec)】
bit rate:       6KByte/sec
frame rate:     30fps
sampling rate:  22KHz

if a client network use 8Kbps(64kbyte/sec), then
Cam resolution 40×30【4:3(〜6KByte/sec)】
bit rate:       6KByte/sec
frame rate:     30fps
sanpling rate:  22KHz



if a client network use 100Mbps, then
Cam resolution 320×240【HVGA 4:3(〜56KByte/sec)】
bit rate:       56KByte/sec
frame rate:     30fps
sampling rate:  22KHz

if a client network use 8Kbps(64kbyte/sec), then
Cam resolution 320×240【HVGA 4:3(〜56KByte/sec)】
bit rate:       8KByte/sec
frame rate:     30fps
sanpling rate:  22KHz


Also, I want to know where the cofiguration file is.


Thanks so far.