tiiiecherle
tiiiecherle
@damencho Thanks, but this issue did not come up with a new java version but with some Jitsi update. @bgrozev Does this help? ``` Mar 8 13:59:38 archlinux jvb.sh[162136]: Got...
@damencho and @bgrozev Thank you both for the fast and really good help and support. Indeed using jre11-openjdk seems to fix the issue for now. Thanks also for implementing a...
One last question for this issue: I'm using this switch for testing latest and lowest installed java version. Is that the correct way of doing it? VIDEOBRIDGE_GC_TYPE=G1GC
> @tiiiecherle The exception indeed explains the low quality. PR #1830 should fix it. You can also setup websockets instead of SCTP data channels, or run on jre9+ (I don't...
@bgrozev 1 Thanks for the web socket link. I don't know when I will have time to try, but I keep it in mind. 2 Now I am a little...
It seems that `JAVA_VERSION=` is just used in the script to detect which value to use for `VIDEOBRIDGE_GC_TYPE=` parameter, right? So I rephrase the question and sorry for the confusion....
@bgrozev Thanks, for testing I changed the default system java to version 17 and the issue is not present. Everything seems to work. Thanks again. I guess now this can...