Welcome to the Teleteaching Webplayer development center
The Teleteaching Webplayer is a C++/WebGL Program, compiled with Emscripten to JavaScript. It is embedded into the Teleteaching Lecture Repository.
Compile & Install
1. Standalone native app
sudo apt-get install libsdl-image1.2-dev libalut-dev libsdl1.2-dev libopenal-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
make
Be careful: OpenAL only supports .wav files so far....
2. Webbased player
Download and install emsdk!
source ~/emscripten/emsdk_set_env.sh
cd emBuild
make