Skip to content

Create playable video compositions from your Twilio Video recordings.

Notifications You must be signed in to change notification settings

adjeim/try-compositions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try-compositions

Create playable video compositions from your Twilio Video recordings. View your videos in the browser or download them to your device.

Setup

  • Create a Twilio account if you don't have one yet. It's free!
  • Clone this repository.
  • Generate a new API Key from the Twilio Console.
  • Create a .env file by copying the .env.template file. Replace the placeholder text with the values for your Twilio Account SID, API Key SID, and API Key Secret.
  • Install dependencies by running npm install from the root of the project.
  • Run the Express server with the command: npm start.
  • Make sure you have ngrok installed on your machine.
  • Run ngrok on port 5000 with the command ngrok http 5000.
  • Once ngrok is running, open one of the URLs next to Forwarding in your browser:
ngrok by @inconshreveable                                       (Ctrl+C to quit)

Session Status                online
Account                      <YOUR_ACCOUNT_NAME>
Version                       2.3.40
Region                        <YOUR_REGION>
Web Interface                 http://127.0.0.1:4040
Forwarding                    <URL> -> http://localhost:5000
Forwarding                    <URL> -> http://localhost:5000

About

Create playable video compositions from your Twilio Video recordings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published