Hii ,
I am having an issue with max video quality 1980, We are using custom front end using lib jitsi meet, it’s working perfectly for 1280*720 even I have set it for 1980, any help would be appreciated…
Am attaching screenshot of config
I will appreciate it if you can support me here.
Best Regards,
AMit Mehra
Hello, has anyone had a chance to look at this one yet? Thanks so much! Daryl
Have you tried setting ideal and max values in config.js?
// maxFullResolutionParticipants: 2,
// w3c spec-compliant video constraints to use for video capture. Currently
// used by browsers that return true from lib-jitsi-meet's
// util#browser#usesNewGumFlow. The constraints are independent from
// this config's resolution value. Defaults to requesting an ideal
// resolution of 720p.
// constraints: {
// video: {
// height: {
// ideal: 720,
// max: 720,
// min: 240
// }
// }
// },
// Enable / disable simulcast support.
// disableSimulcast: false,
// Enable / disable layer suspension. If enabled, endpoints whose HD layers are not in use will be suspended
Do it for width and height
Yes we did, on the same server on the browser using jitsi UI we can achieve 1080p. However in our customized electron app its still stays at 720p.
We’ll dig a bit deeper.
Thanks for the response
Hello, any idea on the above issue, it’s our custom lib Jitsi implementation !!!
Max enabled Resolution is also 1080 for remote participants in config
Thanks
Amit Mehra