Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
/ vico Public archive

multiuser video-chat based on erlyvideo and mochiweb

Notifications You must be signed in to change notification settings

mkrentovskiy/vico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. 

About

multiuser video-chat based on erlyvideo and mochiweb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published