-
Notifications
You must be signed in to change notification settings - Fork 81
Home
Mconf-Mobile is an Android implementation of the BigBlueButton client. If you would like more information about the project, please visit http://www.inf.ufrgs.br/prav/gtmconf (Portuguese and English).
Video demo 1: http://www.youtube.com/watch?v=v4Du20LsWGs
If you like this project and want to give us some feedback, please contact [email protected] :)
If you have a suggestion or discovered a bug, please create an issue.
Also if you want to collaborate with this project, send us a patch and we would be glad to receive and merge it.
- Felipe Cecagno ([email protected])
- Leonardo Daronco ([email protected])
- Alessandra Leonhardt ([email protected])
Flazr is a very good implementation of the RTMP protocol with minimal dependencies. It was developed by Peter Thomas and it's licensed under LGPL.
We've had to "clone" the subversion repository of Flazr because we needed to adapt the library to support Remote Shared Objects. We've used part of the Red5 source code - Red5 is an Open Source Flash Server written in Java. Red5 is also licensed under LGPL.
This is our Java implementation that uses Flazr to communicate with BigBlueButton Server. It could be used as an interface between any Java application and BBB. The code is licensed under GNU Lesser General Public License (LGPL).
BBB-Android is our Android implementation of the BigBlueButton client. The code is licensed under GNU Lesser General Public License (LGPL).
- Install Android SDK (link)
- Install Eclipse (link)
- Configure the environment (Eclipse + Android SDK integration)
- Install Apache Ant (link)
- Clone the repository
- Run
ant dist
insideflazr/
. It will ask for a version, enter0.7
- Import all the projects in your workspace on Eclipse
- Just wait while Eclipse build the code
- Copy the file
bigbluebutton.properties
from your server tobbb-android/assets
- Run
bbb-android
as an Android application
- Chat module
- Listeners module
- Video module
http://mconf.heroku.com/projects/mconf-mobile (Portuguese only).
More pics here.
This is the technical documentation of Mconf-Mobile and BBB-Android, components of Mconf.
See more about the project and use for free at mconf.org.