drachtio-rtpengine-webrtcproxy
Open-source webrtc proxy server built using drachtio (SIP Proxy) and rtpengine (RTP proxy).
Installation
As mentioned above, the following are pre-requisites and should be installed first:
Installation instructions for both can be found by following the links above.
Having done that, simply check out and install this repository:
$ git clone https://github.com/davehorton/drachtio-rtpengine-webrtcproxy.git
$ cd drachtio-rtpengine-webrtcproxy
$ npm install
Next, copy config.json.example
to config.json
, and edit to specify the coordinates of your drachtio server and rtpengine processes.
Then fire it up!
$ node app.js