christmart

Results 13 comments of christmart

It should be possible to have a combination of visibility and protection. In scalelite these fields are separate. It would be good to have public recordings secured with the protected...

The oldest timestamp I found from todays join calls is 1605795322860 . This is Thu 19 Nov 2020 03:15:22 PM CET we definitely have no meetings which live so long....

A possible cause could be if the bbb_server.create_meeting returns with an error like: BigBlueButton failed on create: : Timeout error. Your server is probably down: "https://scalelite/bigbluebutton/api". Error: Net::ReadTimeout Then the...

Scalelite nginx logs the error code HTTP/1.1" 499 0 "-" "Ruby" "-" which meens that the client (greenlight) closes the connection before scalelite is ready to return the result.

Is there a way to increase the timeout for API-calls? At which location in the code is the timeout defined? I have the impression, that the timeout is about 10...

Thanks for the pointer. I would be nice, if this value could be configurable.

We can also correlate this problem with big preuploaded presentations. After changing the timeout to 20s in bigbluebutton-api-ruby it works in most cases but persist with big presentations.

```--- a/lib/bigbluebutton_api.rb +++ b/lib/bigbluebutton_api.rb @@ -72,7 +72,7 @@ module BigBlueButton @url = url @secret = secret @debug = debug - @timeout = 10 # default timeout for api requests +...

This is a privacy issue. We are not allowed to have usernames in the download-video. I am not shure if it is ok to have the chat without the names....

To compile nfs-ganesha-4.0.8 for the official Debian package, I need to use the CMakeLists.txt patches for el8/el9 .