emrah

Results 53 comments of emrah

Hi @webdev604, It is difficult for me to set up a dev environment and test these codes. These codes use the low level API for the individual stream. My suggestion...

Looks like there is a missing part in your `/usr/share/jitsi-meet/interface_config.js`. Does the following object have `}` at the end? ``` var interfaceConfig = { ... ... ```

I have a plan to create a test/dev environment (maybe on weekend) to work on the individual stream. Last weekend, I tried to install it but it didn't work. Probably...

Hi @Viajaz, There are a lot of options for the token payload and it is not very flexible to cover all options by using environment variables in my opinion. Therefore...

Hi @Viajaz, I tested your suggestion and it works but I still want to keep `context.ts` as it is because this simple script is here to allow customizations. It's very...

Thank you for your effort. According to my observations, the main problem with `ffmpeg` is the CPU usage, not RAM... RAM usage increases only when there is not enough CPU...

Is `window` or `globalThis` needed for `crypto.subtle.generateKey`? It should work without them.

Please, could you run the test again. I think this PR is OK after https://github.com/jitsi/jitsi-meet-torture/pull/653

Hi @Calinteodor, I think [this PR](https://github.com/jitsi/jitsi-meet-torture/pull/654) fixes it.

I created https://github.com/jitsi/jitsi-meet-torture/pull/653 Could you run the test again please