ortc-over-rtc

0.1.0 • Public • Published

ORTC over RTC

A shim to implement ORTC over WebRTC API along with test cases.

Not all ORTC features are supported due to missing WebRTC API as specified for browser.

Install

npm install ortc-over-rtc

Development

Requirements:

  • Google Chrome
  • NodeJS

Dev & Test UI:

npm install
npm start
open https://localhost:8081/

Generate SSL certs:

openssl genrsa -out server-key.pem 1024
openssl req -new -key server-key.pem -out server-csr.pem
openssl x509 -req -in server-csr.pem -signkey server-key.pem -out server-cert.pem

Publish

To npm:

make publish

/ortc-over-rtc/

    Package Sidebar

    Install

    npm i ortc-over-rtc

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • cadorn