Changes

Jump to: navigation, search

BBB HTML5 Client

1,744 bytes added, 13:41, 2 August 2013
Developing the HTML5 Client for BigBlueButton
==Developing the HTML5 Client for BigBlueButton==
Our aim in this iteration of our collaboration with BlindSide Networks is to develop a Flash-free, iOS compatible implementation of BigBlueButton. The first step in this is to develop a "bare-bones", non-presenter client that can still communicate with the existing Flash application. This requires the in-depth process of researching alternatives to Red5, the Flash Event structure, and the existing methods of streaming audio and video.
==== Setup HTML5 Client Development Environment ====
 
* '''Install BigBlueButton Newest Version (current version: 0.81-Beta-2)'''
 
The requirements are:
 
* Ubuntu 10.04 64-bit (Note: The packaging is for Ubuntu 10.04 64-bit only. There is no 32-bit packaging yet for 0.81.)
* 4 GB of memory (8 GB is better)
* Quad-core 2.6 GHZ CPU (or faster)
* Ports 80, 1935, 9123 accessible
* Port 80 is not used by another application
* 500G of free disk space (or more) for recordings
 
Please follow the link to [https://code.google.com/p/bigbluebutton/wiki/081InstallationUbuntu install your Bigbluebutton server].
If you are working on Windows Operating System, we suggest using the [https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/4_0|PLAYER-404|product_downloads VMware Player 4.0.4] and install [http://releases.ubuntu.com/lucid/ Ubuntu 10.04] on your virtual machine.
 
* '''Take a look at the overview of [https://code.google.com/p/bigbluebutton/wiki/HTML5 HTML5 Client]'''
* '''Setup the [https://code.google.com/p/bigbluebutton/wiki/HTML5 development environment] for HTML5 Client'''
Note:
# After Clone the SenecaCDOT-BigBlueButton repository to your local machine,you must build and deploy or run the Client, BBB-Web, and Red5 Applications components.
# Add BigBlueButton repository as your master branch’s upstream: ''git remote add upstream https://github.com/bigbluebutton/bigbluebutton/bigbluebutton.git''
# Before creating a working branch, make sure your master branch is up-to-date: ''git fetch upstream''
# Create a working branch: ''git checkout -b yourbranchname upstream/html5-bridge''
# Push your local working branch to SenecaCDOT-BigBlueButton (your origin): git push -u origin yourbranchname
==Research Progress==

Navigation menu