This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# punjab tac file | |
# tac documentation is at the following URL: | |
# http://twistedmatrix.com/documents/current/core/howto/application.html | |
from twisted.web import server, resource, static | |
from twisted.application import service, internet | |
from twisted.internet import reactor, ssl | |
from punjab.httpb import Httpb, HttpbService | |
root = static.File("./html") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/GoCast/webrtc_plugin.git | |
cd webrtc_plugin | |
./prep_webrtc.sh |