Andreas Scherbaum
Andreas Scherbaum
I have the same problem. The container crashes with both chat enabled and disabled, but with different error messages. Chat in conference disabled: ``` DEBUG:selenium.webdriver.remote.remote_connection:GET http://127.0.0.1:46443/session/eab34bceb58fe31d5a9/element/8ae57955-681a-4fbc-8e71-38b989974f99/enabled {"id": "8ae57955-681a-4fbc-8e71-38b989974f99"} DEBUG:urllib3.connectionpool:http://127.0.0.1:46443 "GET...
BBB_STREAM_URL is not set. According to [here](https://github.com/aau-zid/BigBlueButton-liveStreaming) it says: BBB_STREAM_URL - URL of your streaming server including rtmp. Leave out to disable streaming. Since I'm just testing this setup right...
What exactly does this mean? Do I need to have a streaming endpoint all the time how? And set BBB_STREAM_URL?
Testing the server side of things first. There is also the BBB_DOWNLOAD_MEETING, I expected to get a copy of the recording in videodata.
Ok, I installed an endpoint, and changed the if. Unfortunately this does not seem to be enough: ``` DEBUG:selenium.webdriver.remote.remote_connection:POST http://127.0.0.1:51055/session/925e62f8fd56ff367a8d091c/element {"using": "css selector", "value": "[id=\"message-input\"]"} DEBUG:urllib3.connectionpool:http://127.0.0.1:51055 "POST /session/925e62f8fd56ff367a8d091c/element HTTP/1.1" 200...
The only change I have is "defaultGuestPolicy=ASK_MODERATOR", but that should not affect anything, and I have a moderator in the room anyway (to watch what is happening). I have the...
This partly fixes my problem, as in: it's no longer crashing on startup. However I have this in the log: ``` INFO:root:could not find chat input or chat toggle INFO:root:could...
@mtsonline What exactly am I looking for? And will it help if I give you access to the meeting room?
I'm using BBB 2.3.3, fresh install using the install script. No modifications at all on the website, only some config settings are changed (like the meeting stays open a while...
``` find . -type f -name "*.php" -print0 | xargs -0 grep INCLUDE_ANY | wc -l 52 ``` ``` find . -type f -name "*.php" -print0 | xargs -0 grep...