droidream / webrtc-docker

docker container for WebRTC.org build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webrtc docker container

Docker container for WebRTC. Runs ubuntu 14.04 trusty

get from docker hub:

docker pull oleg/webrtc
docker run -p 6080:6080 -t -i oleg/webrtc

or to build container from dockerfile, type command in current directory:

git clone https://github.com/osblinnikov/webrtc-docker.git
cd webrtc-docker
docker build -t oleg/webrtc .

To start the fresh built container simply type:

./run

Lets test the webRTC build. In the opened container bash console type:

sudo apt-get install qt-sdk
cd /home/webrtc/workspace/qtwebrtc
qmake-qt4 WEBRTCTRUNK=/home/webrtc/webrtc.googlecode.com/trunk
make
./qtwebrtc -display :1

Last command will start qt application in vnc, it's the right time to test noVNC installation:

Browse http://127.0.0.1:6080/vnc.html and connect to the vnc desktop

Go to the local host and open workspace/qtwebrtc/receiver.html in Chrome

google-chrome --allow-file-access-from-files workspace/qtwebrtc/receiver.html

Connect browser and application by following the instructions in the video http://research.edm.uhasselt.be/~jori/page/index.php?n=Misc.QtWebRTC

If you'd like to configure launch steps of the container, fix a startcontainer script and rebuild the container

Commit:

docker commit --author="FIXME" --message="FIXME" FIXME_75f05d8f7da3 oleg/webrtc:FIXME

About

docker container for WebRTC.org build

License:MIT License


Languages

Language:JavaScript 71.3%Language:Python 12.4%Language:C++ 7.4%Language:CSS 3.9%Language:Makefile 3.5%Language:Shell 1.1%Language:C 0.6%