Hi guys,
We got some 4K webcams (Avermedia PW513) to use internally on the local network only. Their native res is 3840 x 2160 @ 30fps but they can also do 1080p @ 60fps. I am curious to know if Jitsi Meet supports either of those? I thought it would be a simple case of changing the config to below but all the users are all still limited to 1080p@30 (most seem to be 1080p@31 and not 30 which is interesting). Other thing I tried was setting preferH264 to true in case it was an encoding issue but all the clients have CPUs that can encode VP8 and H264 in hardware or software. I dont think the webcam itself encodes to that format.
constraints: {
video: {
frameRate: {
max: 60
},
height: {
ideal: 2160,
max: 2160,
min: 720
}
}
},