Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

[solved] Greenlight preuploaded presentations not working #108

Open
manfred-w opened this issue Mar 6, 2021 · 3 comments
Open

[solved] Greenlight preuploaded presentations not working #108

manfred-w opened this issue Mar 6, 2021 · 3 comments

Comments

@manfred-w
Copy link

If a presentation is uploaded via the greenlight it is not visible when starting the conference.

image

image

image

Steps to reproduce:

  1. Inside greenlight click the room menu => add presentation => upload a pdf
  2. start the conference
  3. the presentation is missing
  4. during the conference i am able to upload a pdf and use it as presentation

Thanks

@cjhille
Copy link

cjhille commented Mar 8, 2021

Hm, works on my setup (v2.2.31), but depending on the presentation it takes a while for it to be converted before it is actually displayed. Does it show any conversion progress in the "add presentation" menu during the conference?

@manfred-w
Copy link
Author

Found the problem and posted a pull-request (bigbluebutton#116) for the 2.3 bbb/docker version.

add to mod/nginx/bbb/greenlight.nginx the following lines and restart the container

location /rails/active_storage {
  return 301 /b$request_uri;
}

@manfred-w manfred-w changed the title Greenlight preuploaded presentations not working [solved] Greenlight preuploaded presentations not working May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants