bigbluebutton | Complete open source web conferencing system | Video Utils library

 by   bigbluebutton JavaScript Version: v2.5.18 License: LGPL-3.0

kandi X-RAY | bigbluebutton Summary

kandi X-RAY | bigbluebutton Summary

bigbluebutton is a JavaScript library typically used in Video, Video Utils applications. bigbluebutton has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has medium support. You can download it from GitHub, Maven.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms. Presenters can record and playback content for later sharing with others. We designed BigBlueButton for online learning, (though it can be used for many [other applications] as well). The educational use cases for BigBlueButton are. You can install on a Ubuntu 18.04 64-bit server. We provide [bbb-install.sh] to let you have a server up and running within 30 minutes (or your money back ). For full technical documentation BigBlueButton — including architecture, features, API, and GreenLight (the default front-end) — see [BigBlueButton and the BigBlueButton Logo are trademarks of [BigBlueButton Inc] .
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              bigbluebutton has a medium active ecosystem.
              It has 8004 star(s) with 5885 fork(s). There are 408 watchers for this library.
              There were 9 major release(s) in the last 12 months.
              There are 703 open issues and 8183 have been closed. On average issues are closed in 85 days. There are 85 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of bigbluebutton is v2.5.18

            kandi-Quality Quality

              bigbluebutton has no bugs reported.

            kandi-Security Security

              bigbluebutton has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              bigbluebutton is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              bigbluebutton releases are available to install and integrate.
              Deployable package is available in Maven.

            Top functions reviewed by kandi - BETA

            kandi has reviewed bigbluebutton and discovered the below as its top functions. This is intended to give you an instant insight into bigbluebutton implemented functionality, and help decide if they suit your requirements.
            • Parses the graph
            • Represents a WebRTC peer .
            • Populate SV files
            • implement removeTracking Streams
            • Parse root rule
            • Implementation of user - defined media methods .
            • Parses a message .
            • Shim for the NPM protocol .
            • Constructs a SIP response .
            • Initialize adapter
            Get all kandi verified functions for this library.

            bigbluebutton Key Features

            No Key Features are available at this moment for bigbluebutton.

            bigbluebutton Examples and Code Snippets

            How to write docker-compose file for bbb (big blue button)?
            Lines of Code : 12dot img1License : Strong Copyleft (CC BY-SA 4.0)
            copy iconCopy
            version: '3'
            services:
              bigbluebutton:
                build: .
                image: bigbluebutton/bigbluebutton
                ports:
                   - "80:80"
                expose:
                   - "1935/tcp"
                   - "5066/tcp"
                   - "2202"
            

            Community Discussions

            QUESTION

            Bigbluebutton - Invalid BigBlueButton Endpoint and Secret
            Asked 2021-Oct-23 at 12:42

            My BBB secret is valid and is the same for Greenlight .env file.

            All of a sudden, I got the error

            Server Error - Invalid BigBlueButton Endpoint and Secret

            and when I run:

            ...

            ANSWER

            Answered 2021-Oct-23 at 12:42

            The issue was caused because of an expired Let's Encrypt SSL certificate. More information can be found here. Removing the certificate and updating the certificates resolves the issue.

            Source https://stackoverflow.com/questions/69506184

            QUESTION

            Bigblue-Greenlight Docker Rebuild is not reflecting changes added to files in app
            Asked 2021-Oct-23 at 09:46

            Let say i have in my bigblue-greenlight installation following files:

            ...

            ANSWER

            Answered 2021-Oct-23 at 09:46

            My solution was to make the changes inside that one container, then restart this one Docker container.

            Source https://stackoverflow.com/questions/69231213

            QUESTION

            How i can integrate BigBlueButton into my Django website
            Asked 2021-Aug-27 at 14:18

            I'm trying to use an API called BigBLueButton in my website, and after a little researches, i figured how to install it in my project using the command pip install django-bigbluebutton. I add it to my INSTALLED-APP in setting.py. Until this step, everything is OK and i have no errors. But i don't know how use its models and its views and how to show it in my website. Does anyone have an idea of ​​the next steps? Thank you everyone.

            ...

            ANSWER

            Answered 2021-Aug-27 at 14:18

            According to docs , it provides a admin section which is named as Meeting. So fron there you can manage meetings (create, join, share, etc.)

            Source https://stackoverflow.com/questions/68953455

            QUESTION

            Build BigBlueButton from dockerfile
            Asked 2021-Aug-04 at 15:40

            I want to build BigBlueButton system from the Dockerfiles.

            I have tried some times with exist Dockerfiles in source code, but it have not succeeded.

            I found many BigBlueButton components in source code, but I don't know the order for building components.

            This is the source link and I have listed some components that have Dockerfiles.

            https://github.com/bigbluebutton/bigbluebutton/

            1. akka-bbb-apps
            2. akka-bbb-fsesl
            3. bbb-common-message
            4. bbb-common-web
            5. bbb-fsesl-client
            6. bbb-libreoffice
            7. bbb-lti
            8. bbb-webhooks
            9. bigbluebutton-html5
            10. bigbluebutton-web

            What is the first packet had to build? And what is the next?

            ...

            ANSWER

            Answered 2021-Aug-04 at 15:40

            A good resource is the lab build for kubernettes which has a lot of information for how to build the bbb modules.
            From the labs directory in the main source from makefile I would try the following order
            bbb-common-message, bbb-common-web, bbb-fsesl-client, akka-bbb-apps, akka-bbb-fsesl, bigbluebutton-web, bigbluebutton-html5, bbb-webrtc-sfu, bbb-webhooks

            You will need all the build dependencies to be installed like sbt for the scala modules.

            If you just want to work on the html5 client or custom integrations then the docker-dev is a good option, not least as it sets up nginx with certs so you can develop locally with https.

            I would suggest setting up the docker-dev to get insight on how the modules interact if you are not familiar with the bbb architecture.

            Source https://stackoverflow.com/questions/68528259

            QUESTION

            Looks like you are using an older version of supported browser (Bigbluebutton)
            Asked 2021-Jan-21 at 05:53

            I am developing a webview application to run BigBlueButton website on my app for video conferencing. I am facing an error "Looks like you are using an older version of supported browser. Please upgrade Your browser for full support" with blue screen. As I am new in android development. Please help...

            My code is

            ...

            ANSWER

            Answered 2021-Jan-17 at 17:29

            you can add user agent like this

            Source https://stackoverflow.com/questions/65716647

            QUESTION

            Why after installing new Bigbluebutton on VMware, it shows empty blue screen?
            Asked 2020-Dec-16 at 07:04

            I installed a new fresh Bigbluebutton server on VMware without domain and SSL, after installing bbb-demo when I logged in, it showed an empty blue screen. In the browser console this exception was written:

            ...

            ANSWER

            Answered 2020-Dec-16 at 07:04

            Finally, I've solved the problem. In this address ffdixon(product manager for BigBlueButton) said:

            We need to update the docs -- you must setup an SSL certificate for BigBlueButton or it won't load. If you see "Not Secure" on your browser URL, BigBlueButton will not load.

            I didn't have any valid IP or domain for my VM, So I created a valid SSL with one other domain(not belong to my VMware) and setup bbb to use SSL based on this article.Then set /etc/host to redirect SSL domain name to my local IP.

            Source https://stackoverflow.com/questions/65218924

            QUESTION

            Call timed out (error 1006) - bigbluebutton
            Asked 2020-Nov-17 at 18:58

            I have installed bigbluebutton on my serverand it was working properly but suddenly microphone can not connect anymore and after a while being stucked in "echo test" i'll get 1006 error and i have tested:

            ...

            ANSWER

            Answered 2020-Aug-30 at 16:52

            run the command:

            sudo nano /etc/bigbluebutton/nginx/sip.nginx

            something like this will open:

            Source https://stackoverflow.com/questions/62981064

            QUESTION

            was not expected
            Asked 2020-Oct-26 at 21:17

            I'm integrating with BigBlueButton API with Asp Net MVC. But I can't read the response xml file back from api . It's a force module project.

            My code:

            ...

            ANSWER

            Answered 2020-Oct-26 at 21:17

            I solved the problem , And here is the solution :

            Source https://stackoverflow.com/questions/64539439

            QUESTION

            php syntax error: unexpected '/', while using use or namespace statement
            Asked 2020-Aug-25 at 21:39

            I'm using a php code right from bigbluebutton php API documentation, but it doesnt work. Here is the code:

            ...

            ANSWER

            Answered 2020-Aug-25 at 21:39

            Try change '/' by '\' in your code:

            Source https://stackoverflow.com/questions/63587398

            QUESTION

            Join meeting result "Authentication failed due to missing credentials." bigbluebutton?
            Asked 2020-Jul-23 at 06:36

            I am very new to bigbluebutton. I successfully installed bbb on Ubuntu server and enabled API demo. It is working absolutely fine. I am calling API from c# and it is working fine too. I am creating a meeting like below which is working fine.

            ...

            ANSWER

            Answered 2020-Jul-23 at 06:36

            So, after investing enough time i got the solution. There was no problem in bigBlueButton. The problem was that "Join" API request from server side.

            "The Join request should be made from the client side/Browser"

            So what I had to do is instead of passing XML response, I just need to pass the whole Big blue button Join URL with Checksum and redirect = true so whenever someone want to join they will redirect to the meeting directly.

            Source https://stackoverflow.com/questions/63015523

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install bigbluebutton

            You can download it from GitHub, Maven.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Reuse Pre-built Kits with bigbluebutton

            Consider Popular Video Utils Libraries

            obs-studio

            by obsproject

            video.js

            by videojs

            ijkplayer

            by bilibili

            FFmpeg

            by FFmpeg

            iina

            by iina

            Try Top Libraries by bigbluebutton

            greenlight

            by bigbluebuttonRuby

            bbb-install

            by bigbluebuttonShell

            docker

            by bigbluebuttonShell

            bigbluebutton-api-php

            by bigbluebuttonPHP

            bbb-webrtc-sfu

            by bigbluebuttonJavaScript