https://github.com/znerol/bbb-minimal
Minimal BigBlueButton setup without red5 (flash client)
https://github.com/znerol/bbb-minimal
Last synced: 2 months ago
JSON representation
Minimal BigBlueButton setup without red5 (flash client)
- Host: GitHub
- URL: https://github.com/znerol/bbb-minimal
- Owner: znerol
- Created: 2020-04-08T12:06:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T13:11:26.000Z (about 6 years ago)
- Last Synced: 2025-01-27T06:28:21.134Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BigBlueButton Minimal
=====================
*Objective:*
* Provide mock `deb`s for all red5 components
* Provide mock `deb`s for `kurento-media-server` (install it on a separate machine)
* Provide mock `deb`s for `FreeSWITCH` (install it on a separate machine)
* Work with what's left (mostly portable Java/Scala JavaScript/Meteor components)
*Method:*
* Use [equivs][1] to build mock packages for unwanted / external dependencies.
* Use docker to verify whether the result leads to an installable
`bigbluebutton` metapackage (See Dockerfiles and build logs on [travis][2]).
[1]: https://packages.debian.org/buster/equivs
[2]: https://travis-ci.org/github/znerol/bbb-minimal