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 30.1k 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.
  • L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #73

    There is a Big Blue Button integration in Nextcloud:

    https://apps.nextcloud.com/apps/bbb

    micmcM 1 Reply Last reply
    2
    • L LoudLemur

      There is a Big Blue Button integration in Nextcloud:

      https://apps.nextcloud.com/apps/bbb

      micmcM Offline
      micmcM Offline
      micmc
      wrote on last edited by
      #74

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

      There is a Big Blue Button integration in Nextcloud:

      https://apps.nextcloud.com/apps/bbb

      How is it performing, did you try it?

      Ignorance is not an excuse anymore!
      https://AutomateKit.com

      L 1 Reply Last reply
      0
      • doodlemania2D Offline
        doodlemania2D Offline
        doodlemania2
        App Dev
        wrote on last edited by
        #75

        I hope that's just a BBB interface, like Greenlight, otherwise, that's a LOT to cram into a Nextcloud. FWIW, my company offers BBB access for a small monthly fee. Available in US or EU 🙂

        luckowL 1 Reply Last reply
        1
        • doodlemania2D doodlemania2

          I hope that's just a BBB interface, like Greenlight, otherwise, that's a LOT to cram into a Nextcloud. FWIW, my company offers BBB access for a small monthly fee. Available in US or EU 🙂

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

          @doodlemania2 It's like Greenlight.

          Pronouns: he/him | Primary language: German

          1 Reply Last reply
          2
          • micmcM micmc

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

            There is a Big Blue Button integration in Nextcloud:

            https://apps.nextcloud.com/apps/bbb

            How is it performing, did you try it?

            L Offline
            L Offline
            LoudLemur
            wrote on last edited by
            #77

            @micmc I haven't tried Big Blue Button.

            doodlemania2D 1 Reply Last reply
            0
            • L LoudLemur

              @micmc I haven't tried Big Blue Button.

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

              @LoudLemur it's... robust 🙂

              1 Reply Last reply
              2
              • L Offline
                L Offline
                LoudLemur
                wrote on last edited by
                #79

                Cloudron now has Greenlight in beta. It is a client for a Big Blue Button server. Is there any news on supporting Big Blue Button on Cloudron?

                https://github.com/bigbluebutton/greenlight

                BrutalBirdieB 1 Reply Last reply
                0
                • L LoudLemur

                  Cloudron now has Greenlight in beta. It is a client for a Big Blue Button server. Is there any news on supporting Big Blue Button on Cloudron?

                  https://github.com/bigbluebutton/greenlight

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

                  @LoudLemur
                  Having BigBlueButton as an App in Cloudron could be possible but I highly advise against it.
                  BigBlueButton Servers should be independent and require a lot of resources CPU/RAM/Network Bandwidth and Storage.

                  Having this on a Cloudron Server or Cloudron App is really not something I would recommend.

                  Like my work? Consider donating a drink. Cheers!

                  avatar1024A 1 Reply Last reply
                  4
                  • BrutalBirdieB BrutalBirdie

                    @LoudLemur
                    Having BigBlueButton as an App in Cloudron could be possible but I highly advise against it.
                    BigBlueButton Servers should be independent and require a lot of resources CPU/RAM/Network Bandwidth and Storage.

                    Having this on a Cloudron Server or Cloudron App is really not something I would recommend.

                    avatar1024A Offline
                    avatar1024A Offline
                    avatar1024
                    wrote on last edited by avatar1024
                    #81

                    @BrutalBirdie but there is nothing that prevents to have a Cloudron server dedicated to BBB with only that app installed. Yet it would make it easy to install so I'd stay it's still be useful to have BBB packaged as a Cloudron app.

                    girishG robiR 2 Replies Last reply
                    3
                    • avatar1024A avatar1024

                      @BrutalBirdie but there is nothing that prevents to have a Cloudron server dedicated to BBB with only that app installed. Yet it would make it easy to install so I'd stay it's still be useful to have BBB packaged as a Cloudron app.

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

                      @avatar1024 I agree. The real issue with packaging BBB was that it used to require a large amount of UDP ports to be open (UDP ports 16384 - 32768). Docker has a limitation that it runs a "proxy" process for every single port that you expose. This makes it infeasible to run such apps. There was some PR back in the day to fix this in docker. Wonder what's the status of that. 🤔

                      1 Reply Last reply
                      3
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by girish
                        #83

                        Right, https://github.com/moby/moby/issues/11185 is the issue . I think the "workaround" was to run the container in host mode. Looks like iptable rules are created enmass despite disabling userland proxy though, have to check if I understood the situation correctly. https://github.com/moby/moby/issues/11185#issuecomment-1539313597 has a great summary, it seems they will fix it, we have to be a bit more patient.

                        1 Reply Last reply
                        3
                        • avatar1024A avatar1024

                          @BrutalBirdie but there is nothing that prevents to have a Cloudron server dedicated to BBB with only that app installed. Yet it would make it easy to install so I'd stay it's still be useful to have BBB packaged as a Cloudron app.

                          robiR Offline
                          robiR Offline
                          robi
                          wrote on last edited by
                          #84

                          @avatar1024 Good use case for the affordable big RAM & CPU VPSes from SSDnodes.

                          Conscious tech

                          avatar1024A 1 Reply Last reply
                          2
                          • robiR robi

                            @avatar1024 Good use case for the affordable big RAM & CPU VPSes from SSDnodes.

                            avatar1024A Offline
                            avatar1024A Offline
                            avatar1024
                            wrote on last edited by avatar1024
                            #85

                            @robi Thanks for this! Though I notice that none of their infrastructures is dedicated. Do you know the impact of using shared vCPU compared to dedicated CPU cores for CPU hungry apps like BBB?

                            Say comparing netcup 6 dedicated core vs SSDnodes 12 vCPU?

                            Also SSDnodes does not seem to have a renewable energy policy which is a shame.

                            robiR 1 Reply Last reply
                            0
                            • avatar1024A avatar1024

                              @robi Thanks for this! Though I notice that none of their infrastructures is dedicated. Do you know the impact of using shared vCPU compared to dedicated CPU cores for CPU hungry apps like BBB?

                              Say comparing netcup 6 dedicated core vs SSDnodes 12 vCPU?

                              Also SSDnodes does not seem to have a renewable energy policy which is a shame.

                              robiR Offline
                              robiR Offline
                              robi
                              wrote on last edited by
                              #86

                              @avatar1024 Right..

                              Impact is similar as with any shared VPS provider, and if you land on a busy host system, you can ask to be moved to one that is less. They now have implemented limits on resource sharing when a host system is at capacity not adding new VMs to it. The issue in the past was mostly I/O a bit on the low side, RAM & CPU being more than enough.

                              You'd want to make sure BBB can use more than 1 core effectively, so multithreading across without bottlenecks.

                              Network has also been fine in the NW US region, some hiccups in the S.

                              Conscious tech

                              1 Reply Last reply
                              1
                              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