Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. BigBlueButton - web conferencing system for on-line learning

BigBlueButton - web conferencing system for on-line learning

Scheduled Pinned Locked Moved App Wishlist
86 Posts 19 Posters 36.0k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • luckowL luckow

    Hi,

    from time to time there is an app request for jitsi & BigBlueButton here in the forum. I would like to throw my 2 cents into this discussion.

    First: We need a turn server on port 443 and 80 to help people join conferences. There are so many stupid networks / firewalls that a turn server is mandatory. Good news: We have a turn server as an app on Cloudron. Maybe later, it's possible to configure this app.

    Second: What is the background to this request? A video conference with friends? Say up to 10 people on the server? A combination of moodle and BigBlueButton for your local school? All my experience with video conferencing for larger groups brings me to the conclusion: forget these apps on Cloudron. They are hungry. In terms of RAM, CPU and bandwidth. The underlying software stack is real-time critical. Better use bare metal instead of cheap VMs. For schools, you need a cluster of BBB nodes and an upstream load balancer. Because of latency, you need a hosting provider close to most of the people using the video conference. For really huge conferences you need a dedicated 10 Gbit network. You need a lot of customisation under the hood. In short, to have a reliable infrastructure for videoconferencing, you need a lot of time to dig deep into the subject.

    (My) conclusion: We have Kopano Meet as an app. Let's make this app better for our use case (having a self hosted videoconference for our family and friends meetings). We have Greenlight as a frontend for dedicated BigBlueButton infrastructure. We can use Moodle, Nextcloud and WordPress as alternative frontends for BBB servers. We have Grafana and Prometheus for the metrics of BBB servers. We can use Statping.

    Good news is:

    The installation process for a dedicated BBB server is painless.
    https://github.com/bigbluebutton/bbb-install

    Wait for the configurable turn app on Cloudron or install a coturn yourself.

    1. Click yourself a dedicated bare metal. Let's say https://www.hetzner.com/de/dedicated-rootserver/ax41-nvme
    2. Install ubuntu 16 on it.
    3. SSH into it
    4. wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -v xenial-22 -s bbb.example.com -e info@example.com -c <hostname>:<secret>
    5. Install Greenlight on Cloudron
    6. Take the output of bbb-conf --secret and put it into .env of Greenlight.
    7. Restart the Greenlight app.
    8. Happy videoconferencing with many users.

    For a better understanding of "What's going on?" install https://github.com/greenstatic/bigbluebutton-exporter to your BBB instance and add Grafana and Prometheus to your Cloudron.

    The basic installation of a dedicated Jitsi instance is also trouble-free.
    https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart

    Since my larger conferences rely on BigBlueButton, I didn't feel the need to dig deep into jitsi's scaling. That's why I've installed jitsi meet on cheap VMs for up to 30 users.
    But if you want to go deeper into this topic, here is a link to a talk by a maintainer of jitsi meet -> https://fosdem.org/2021/schedule/event/jitsi_scaling/

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #43

    @luckow These are good points. I don't think its a bad idea to have the option (like with Jitsi) still but BBB specifically should stay out. Especially when considering how resource hungry it is and that it requires older versions of Ubuntu. That being said Cloudron should probably never be used for truly large scale conferences simply because those tasks are better suited for distributed setups behind a loadbalancer as you said.

    I did also want to mention that there are cloudron instances that have more resources available. I'm running an i3-9100 and 128GB of RAM. My CPU and 300Mbps network bandwidth are the bottlenecks now and would still not be suited to this sort of high load scenario (large conferences)

    jimcavoliJ jdaviescoatesJ 2 Replies Last reply
    3
    • ? A Former User

      @luckow These are good points. I don't think its a bad idea to have the option (like with Jitsi) still but BBB specifically should stay out. Especially when considering how resource hungry it is and that it requires older versions of Ubuntu. That being said Cloudron should probably never be used for truly large scale conferences simply because those tasks are better suited for distributed setups behind a loadbalancer as you said.

      I did also want to mention that there are cloudron instances that have more resources available. I'm running an i3-9100 and 128GB of RAM. My CPU and 300Mbps network bandwidth are the bottlenecks now and would still not be suited to this sort of high load scenario (large conferences)

      jimcavoliJ Offline
      jimcavoliJ Offline
      jimcavoli
      App Dev
      wrote on last edited by
      #44

      @atrilahiji I'm increasingly inclined to agree - and the Greenlight interface being available and usable by Cloudron LDAP seems like the best of all worlds for that split. That's a really elegant solution that meets needs in my opinion for anyone who needs heavier-duty conferencing.

      1 Reply Last reply
      3
      • luckowL luckow

        Hi,

        from time to time there is an app request for jitsi & BigBlueButton here in the forum. I would like to throw my 2 cents into this discussion.

        First: We need a turn server on port 443 and 80 to help people join conferences. There are so many stupid networks / firewalls that a turn server is mandatory. Good news: We have a turn server as an app on Cloudron. Maybe later, it's possible to configure this app.

        Second: What is the background to this request? A video conference with friends? Say up to 10 people on the server? A combination of moodle and BigBlueButton for your local school? All my experience with video conferencing for larger groups brings me to the conclusion: forget these apps on Cloudron. They are hungry. In terms of RAM, CPU and bandwidth. The underlying software stack is real-time critical. Better use bare metal instead of cheap VMs. For schools, you need a cluster of BBB nodes and an upstream load balancer. Because of latency, you need a hosting provider close to most of the people using the video conference. For really huge conferences you need a dedicated 10 Gbit network. You need a lot of customisation under the hood. In short, to have a reliable infrastructure for videoconferencing, you need a lot of time to dig deep into the subject.

        (My) conclusion: We have Kopano Meet as an app. Let's make this app better for our use case (having a self hosted videoconference for our family and friends meetings). We have Greenlight as a frontend for dedicated BigBlueButton infrastructure. We can use Moodle, Nextcloud and WordPress as alternative frontends for BBB servers. We have Grafana and Prometheus for the metrics of BBB servers. We can use Statping.

        Good news is:

        The installation process for a dedicated BBB server is painless.
        https://github.com/bigbluebutton/bbb-install

        Wait for the configurable turn app on Cloudron or install a coturn yourself.

        1. Click yourself a dedicated bare metal. Let's say https://www.hetzner.com/de/dedicated-rootserver/ax41-nvme
        2. Install ubuntu 16 on it.
        3. SSH into it
        4. wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -v xenial-22 -s bbb.example.com -e info@example.com -c <hostname>:<secret>
        5. Install Greenlight on Cloudron
        6. Take the output of bbb-conf --secret and put it into .env of Greenlight.
        7. Restart the Greenlight app.
        8. Happy videoconferencing with many users.

        For a better understanding of "What's going on?" install https://github.com/greenstatic/bigbluebutton-exporter to your BBB instance and add Grafana and Prometheus to your Cloudron.

        The basic installation of a dedicated Jitsi instance is also trouble-free.
        https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart

        Since my larger conferences rely on BigBlueButton, I didn't feel the need to dig deep into jitsi's scaling. That's why I've installed jitsi meet on cheap VMs for up to 30 users.
        But if you want to go deeper into this topic, here is a link to a talk by a maintainer of jitsi meet -> https://fosdem.org/2021/schedule/event/jitsi_scaling/

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #45

        @luckow Thanks! I put your instructions here - https://docs.cloudron.io/apps/greenlight/#installing-bigbluebutton

        1 Reply Last reply
        2
        • ? A Former User

          @luckow These are good points. I don't think its a bad idea to have the option (like with Jitsi) still but BBB specifically should stay out. Especially when considering how resource hungry it is and that it requires older versions of Ubuntu. That being said Cloudron should probably never be used for truly large scale conferences simply because those tasks are better suited for distributed setups behind a loadbalancer as you said.

          I did also want to mention that there are cloudron instances that have more resources available. I'm running an i3-9100 and 128GB of RAM. My CPU and 300Mbps network bandwidth are the bottlenecks now and would still not be suited to this sort of high load scenario (large conferences)

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #46

          @atrilahiji said in BigBlueButton - web conferencing system for on-line learning:

          BBB specifically should stay out. Especially when considering how resource hungry it is and that it requires older versions of Ubuntu.

          BBB 2.3 that'll work on Ubuntu 18.04 is getting there (currently alpha-8) and with Cloudron 7.0 we should be getting multi-host support, which would make it easier to give BBB it's own server.

          I'd still love it on here! πŸ˜„

          I use Cloudron with Gandi & Hetzner

          ? 1 Reply Last reply
          3
          • jdaviescoatesJ jdaviescoates

            @atrilahiji said in BigBlueButton - web conferencing system for on-line learning:

            BBB specifically should stay out. Especially when considering how resource hungry it is and that it requires older versions of Ubuntu.

            BBB 2.3 that'll work on Ubuntu 18.04 is getting there (currently alpha-8) and with Cloudron 7.0 we should be getting multi-host support, which would make it easier to give BBB it's own server.

            I'd still love it on here! πŸ˜„

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by A Former User
            #47

            @jdaviescoates yeah same. For me it’s mostly because I’m cheap. If I can avoid paying for a VPS I want to try. Everything I run now (except for my BBB backend) is on my home server

            jdaviescoatesJ 1 Reply Last reply
            1
            • ? A Former User

              @jdaviescoates yeah same. For me it’s mostly because I’m cheap. If I can avoid paying for a VPS I want to try. Everything I run now (except for my BBB backend) is on my home server

              jdaviescoatesJ Offline
              jdaviescoatesJ Offline
              jdaviescoates
              wrote on last edited by
              #48

              @atrilahiji heh, fair enough. Like lots of people I don't have good enough internet at home to be able to do that πŸ™‚

              I use Cloudron with Gandi & Hetzner

              1 Reply Last reply
              0
              • jeauJ Offline
                jeauJ Offline
                jeau
                App Dev
                wrote on last edited by jeau
                #49

                Version 2.3 just released
                https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.3.0

                But the documentation is not yet up to date, especially about the installation which is now possible on Ubuntu 18.04 and about the improvements and new features.

                jeauJ 1 Reply Last reply
                1
                • jeauJ jeau

                  Version 2.3 just released
                  https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.3.0

                  But the documentation is not yet up to date, especially about the installation which is now possible on Ubuntu 18.04 and about the improvements and new features.

                  jeauJ Offline
                  jeauJ Offline
                  jeau
                  App Dev
                  wrote on last edited by
                  #50

                  @jeau read also this post 5 most exciting newly added features of BigBlueButton Version 2.3

                  1 Reply Last reply
                  1
                  • luckowL Offline
                    luckowL Offline
                    luckow
                    translator
                    wrote on last edited by
                    #51

                    Use the "official" ansible role for the deployment -> https://github.com/ebbba-org/ansible-role-bigbluebutton/tree/develop/2.3

                    Pronouns: he/him | Primary language: German

                    luckowL 1 Reply Last reply
                    2
                    • luckowL luckow

                      Use the "official" ansible role for the deployment -> https://github.com/ebbba-org/ansible-role-bigbluebutton/tree/develop/2.3

                      luckowL Offline
                      luckowL Offline
                      luckow
                      translator
                      wrote on last edited by
                      #52

                      Presentation foto for the new release. Taken from the release party. b9b14336-65a9-4fa9-8f52-ebc1af923cbd-grafik.png

                      Pronouns: he/him | Primary language: German

                      girishG 1 Reply Last reply
                      3
                      • luckowL luckow

                        Presentation foto for the new release. Taken from the release party. b9b14336-65a9-4fa9-8f52-ebc1af923cbd-grafik.png

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #53

                        @luckow So, this one adds ubuntu 18/20 support?

                        luckowL 1 Reply Last reply
                        1
                        • girishG girish

                          @luckow So, this one adds ubuntu 18/20 support?

                          luckowL Offline
                          luckowL Offline
                          luckow
                          translator
                          wrote on last edited by
                          #54

                          @girish ubuntu 18 only.

                          Pronouns: he/him | Primary language: German

                          doodlemania2D 1 Reply Last reply
                          1
                          • luckowL luckow

                            @girish ubuntu 18 only.

                            doodlemania2D Offline
                            doodlemania2D Offline
                            doodlemania2
                            App Dev
                            wrote on last edited by
                            #55

                            @luckow my BBB as a service is almost ready - if anyone is interested, DM me

                            doodlemania2D 1 Reply Last reply
                            3
                            • doodlemania2D doodlemania2

                              @luckow my BBB as a service is almost ready - if anyone is interested, DM me

                              doodlemania2D Offline
                              doodlemania2D Offline
                              doodlemania2
                              App Dev
                              wrote on last edited by
                              #56

                              BBB as a service is now available for testing... DM me if you'd like to hook your Greenlights up to it.

                              luckowL 1 Reply Last reply
                              1
                              • doodlemania2D doodlemania2

                                BBB as a service is now available for testing... DM me if you'd like to hook your Greenlights up to it.

                                luckowL Offline
                                luckowL Offline
                                luckow
                                translator
                                wrote on last edited by
                                #57

                                @doodlemania2 where are the server instances located? I only have instances in germany. So no experience with other countries πŸ™‚
                                If you need a nice default presentation which explains the BBB-UI go to Presentation_Slides -> BBB-default-slides_en.pdf https://cloud.ebbba.org/s/Q2i9FqZaPdjQKmM

                                Pronouns: he/him | Primary language: German

                                doodlemania2D 1 Reply Last reply
                                2
                                • luckowL luckow

                                  @doodlemania2 where are the server instances located? I only have instances in germany. So no experience with other countries πŸ™‚
                                  If you need a nice default presentation which explains the BBB-UI go to Presentation_Slides -> BBB-default-slides_en.pdf https://cloud.ebbba.org/s/Q2i9FqZaPdjQKmM

                                  doodlemania2D Offline
                                  doodlemania2D Offline
                                  doodlemania2
                                  App Dev
                                  wrote on last edited by
                                  #58

                                  @luckow I have one in Southern California and another in Dallas, TX. Everything except presentations work (screen sharing, polls, chat, voice/video, presence, CC, etc all good). Will figure out presentations in a day or so.

                                  DM me if you wanna give it a spin.

                                  BrutalBirdieB 1 Reply Last reply
                                  1
                                  • doodlemania2D doodlemania2

                                    @luckow I have one in Southern California and another in Dallas, TX. Everything except presentations work (screen sharing, polls, chat, voice/video, presence, CC, etc all good). Will figure out presentations in a day or so.

                                    DM me if you wanna give it a spin.

                                    BrutalBirdieB Offline
                                    BrutalBirdieB Offline
                                    BrutalBirdie
                                    Partner
                                    wrote on last edited by
                                    #59

                                    @doodlemania2

                                    Everything except presentations work

                                    Did you use ansible? I just fixed a permission issue with bbb-web and bbb-html5 which blocked presentation parsing.

                                    Like my work? Consider donating a drink. Cheers!

                                    doodlemania2D 1 Reply Last reply
                                    1
                                    • BrutalBirdieB BrutalBirdie

                                      @doodlemania2

                                      Everything except presentations work

                                      Did you use ansible? I just fixed a permission issue with bbb-web and bbb-html5 which blocked presentation parsing.

                                      doodlemania2D Offline
                                      doodlemania2D Offline
                                      doodlemania2
                                      App Dev
                                      wrote on last edited by
                                      #60

                                      @brutalbirdie nah, good ol docker compose

                                      1 Reply Last reply
                                      1
                                      • P Offline
                                        P Offline
                                        privsec
                                        wrote on last edited by
                                        #61

                                        Any updates on a cloudron deploy-able package? I'd pay a separate fee for this app on a separate server, no questions asked.

                                        jdaviescoatesJ 1 Reply Last reply
                                        1
                                        • P privsec

                                          Any updates on a cloudron deploy-able package? I'd pay a separate fee for this app on a separate server, no questions asked.

                                          jdaviescoatesJ Offline
                                          jdaviescoatesJ Offline
                                          jdaviescoates
                                          wrote on last edited by
                                          #62

                                          @privsec I note it's one of the apps newly auto installable on Hetzner Cloud

                                          a8edfe02576b44a6a8950dff89f6c2abd9ca86015829eeb7a3fd4effa30750b6.png

                                          31c0fff8d2fee8fa371c32092e42855caa9210164164d3d9f7e3bd9b728bba1c.png

                                          I use Cloudron with Gandi & Hetzner

                                          BrutalBirdieB P 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search