Skip to content

An example app for setting up a video conference using rtc-glue and rtc-switchboard

License

Notifications You must be signed in to change notification settings

WebRTCSydneyHackfest/video-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR on a peer connection video

This app is built using rtc-glue and rtc-switchboard as well as ocrad.js for OCR.

Getting started:

  1. Clone the repo:

    git clone https://github.com/rtc-io/rtcio-demo-glue.git
    
  2. Install node dependencies (it's assumed you have node installed):

    npm install
    
  3. Run the server:

    npm start
    
  4. Find the application at the following url:

    http://localhost:1337/index.html
    
  5. Load the URL in a second browser to establish the video conference:

    http://localhost:1337/index.html
    

To start the app on a different port, run it as: NODE_PORT=3020 npm start

You can also run it with a different signalling server. Just edit public/js/common.js and change the signalhost.

About

An example app for setting up a video conference using rtc-glue and rtc-switchboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published