kinseii

Results 51 comments of kinseii

The same problem. After 5-10 minutes of inactivity, the Internet does not work. If I restart the Outline client, everything works. Android 11.

> What was the exact meeting name? And the full URL? Hi saghul! Meeting name was `freebur` and full URL: `https://stream.viber.su/freebur`

I ran the standard configuration from docker compose. Differences: 1. Disabled HTTPS because I proxy through Cloudflare - DISABLE_HTTPS=1 and disabled ENABLE_HTTP_REDIRECT=0, ENABLE_HSTS=0. 2. For JIBRI reduced resolution: JIBRI_RECORDING_RESOLUTION=854x480 -...

I disabled Cloudflare proxying and enabled LetsEncrypt, but the problem remains. Then I commented out the option JIBRI_RECORDING_RESOLUTION=854x480 and restarted JITSI and the problem disappeared. So, changing JIBRI_RECORDING_RESOLUTION option causes...

> I have no idea how the resolution change could trigger that. > > We don't really support recording in anything leas than 720p, but if you manage to fix...

If I set the resolution to 360p, it doesn't display. `JIBRI_RECORDING_RESOLUTION=640x360` But I need as minimum 480p

#Jibri Resolution #JIBRI_RECORDING_RESOLUTION=640x360 # No popup window #JIBRI_RECORDING_RESOLUTION=1280x720 # Default #JIBRI_RECORDING_RESOLUTION=852x480 # Popup window #JIBRI_RECORDING_RESOLUTION=960x540 # Popup window JIBRI_RECORDING_RESOLUTION=800x600 # No popup window, but not recommended by YouTube

So, at 480p, this window appears with the message `Meeting name should not contain any of these characters: blablabla`. At 360p and 800x600 the window does not appear. Unfortunately I'm...

Add to ui env: environment: NODE_OPTIONS: --openssl-legacy-provider ``` ui: container_name: ui build: context: . dockerfile: ./scripts/ui/Dockerfile entrypoint: yarn start volumes: - ./frontend/src/:/ui/src restart: unless-stopped expose: - 8080 environment: NODE_OPTIONS: --openssl-legacy-provider...