GithubHelp home page GithubHelp logo

doytsujin / webrtc-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osblinnikov/webrtc-docker

0.0 1.0 0.0 3.84 MB

docker container for WebRTC.org build

License: MIT License

Shell 1.16% Makefile 2.56% CSS 3.41% JavaScript 62.62% HTML 11.34% Python 10.85% C 0.52% C++ 6.51% QMake 1.01%

webrtc-docker's Introduction

webrtcDocker

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:

sudo apt-get install qt-sdk
cd ./workspace/qtwebrtc
qmake-qt4 WEBRTCTRUNK=../linux
make
./qtwebrtc

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

webrtc-docker's People

Contributors

osblinnikov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.