[HTML5] Change default resolution for webcams to 320x240

- This was done to mitigate packet loss and flickering and better abide to our default configured bitrate (300kbps).
This goes alongside updates to bbb-webrtc-sfu and kurento-media-server to increase reliablity and diminish stream artifacts.
I'll probably revisit this resolution change once I can correctly identify the source of corrupted frames, but I really think we should
maintain this as 320x240 for the time being. 640x480 would only be feasible if we increased our default bitrate config to 500kbps.
This commit is contained in:
Paulo Lanzarin 2019-03-01 16:20:08 -03:00 committed by GitHub
parent 7901772c2b
commit fdb8d889c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,9 +93,9 @@ public:
firefoxScreenshareSource: window
cameraConstraints:
width:
max: 640
max: 320
height:
max: 480
max: 240
enableScreensharing: false
enableVideo: true
enableVideoStats: false