Coder Social home page Coder Social logo

zoomcc's Introduction

Zoom Closed Caption Concept

Summary

ZoomCC is a live closed caption service for your Zoom meeting. To start closed captioning for your meeting, copy the 3rd Party Closed Captioning Service API Token and paste it here.

Architecture

ZoomCC mainly consists of an http and tcp server: The http server provides the client UI, authenticates the Zoom user and starts the user's meeting live stream. The tcp server recieves the rtmp live stream, transcodes the video, pipes the audio to Google's Speech-To-Text engine and sends the captions back to Zoom.

Setup Guide

  1. Clone this repo
  2. Install the FFMPEG binary on your system (through brew, etc): https://ffmpeg.org/
  3. Install NGROK (note you need a paid account to tunnel both http and tcp public ports to your localhost): https://ngrok.com/
  4. Create a Zoom Marketplace OAuth App and add your tunneled NGROK paths to your localhost: https://marketplace.zoom.us/
  5. Add your tunneled NGROK paths to your dotenv file (example below)
  6. Add your Google Speech-To-Text Service Account json file to the root directory and name it SAKEY.json: https://cloud.google.com/speech-to-text
  7. Run npm run start:all, visit http://localHost:3000 and enter in your meeting 3rd Party Closed Captioning Service API Token.
  8. See your captions appear on your Zoom meeting.

NGROK command line examples

To create a tunnel to your localhost: [ngrok path] [http/tcp] [3000/1935]

Sample .env file

CLIENT_SECRET=XXXXXXXXXXXXX
REDIRECT_URL=XXXXXXXXXXXXX
RTMP_URL=rtmp://XXXXXXXXXXXXX/live
ZOOM_API_URL=https://api.zoom.us```

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.