So I want to understand at what point the settings that affect video quality & bandwidth kick in? Video quality compresses the video, is this happening on the client side or on server side. Same with bandwidth? And it seems when enabling h264 you would be double compressing the video. Does that sound right? It would be awesome to see a diagram as to when the compression and bandwidth limiting settings actually occur in the architecture. Thanks!-Luis
--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
--
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-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
Hi Luis,> So I want to understand at what point the settings that affect video quality & bandwidth kick in?The options for different video resolution are presented to users when they elect to share their webcam. The drop-down menu gives options such asLow QualityMedium QualityHigh QualityHD QualityYou can see the specifications for the various options in the profiles.xml file on a BigBlueButton server, such as> And it seems when enabling h264 you would be double compressing the video.Your switching between h.263 and h.264 encoding in the client (there is no double encoding).> It would be awesome to see a diagram as to when the compression and bandwidth limiting settings actually occur in the architecture.The bandwidth limitations are specific to each user. If their are limitations in the user's upstream bandwidth, the BigBlueButton client (specifically Flash) will start dropping video frames in the upload. If there are limitations in the user's downstream bandwidth, the BigBlueButton server (specifically red5) will start dropping frames it's trying to send to the user.The bandwidth issues for one user do not affect the video performance of other users.Regards,... Fred
On Thu, Sep 29, 2016 at 12:02 PM, Luis Rosario <lu...@groovetemple.tv> wrote:
So I want to understand at what point the settings that affect video quality & bandwidth kick in? Video quality compresses the video, is this happening on the client side or on server side. Same with bandwidth? And it seems when enabling h264 you would be double compressing the video. Does that sound right? It would be awesome to see a diagram as to when the compression and bandwidth limiting settings actually occur in the architecture. Thanks!-Luis
--
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 bigblueb...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.