namelai/vico
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ViCo - small web multipoint user videoconferencing application. Its based on mochiweb and prefer nginx on the front. INSTALLATION Install erlyvideo first - http://erlyvideo.org/install/source * git clone git://github.com/mkrentovskiy/vico.git * cd vico * git submodule init * git submodule update * mkdir ebin * cd deps/mochiweb * make * cp ebin/* ../../ebin * cd ../.. * make * ./start-dev.sh * in erlang shell: > vico_login_server:init_db(). * firefox http://127.0.0.1:8000/control.html * add "qwerty" as secret word * add some users * firefox http://127.0.0.1:8000/ * log in * add friends * drink beer NOTE: Adobe Flash Player working very strange with video on Linux.