- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Normally flash allows you to set a bandwidth cap and quality values of the outgoing video feed.
Refer to setQuality API in flash.media.Camera component.
We provide some default values for LAN, DSL and Modem to be used in bandwidth cap. The exact values for these you can find in RoomManager's initializeModel function.
Now, if you want to have a specific quality and set a video cap manually,
a) override the onBwActualChange function in webcamPublisher. This function calls the _camera.setQuality API. You can specify your own bandwidth manually.
b) you may need to also decrease resolutionFactor as we have seen a higher resolutionFactor ignores the bandwidth settings sometime.
We will think of adding an API for manually setting bandwidth for video feed in future other than these default values so that you don't need to override the function.
Hope this helps. Let me know any further query on this.
Thanks
Hironmay Basu