Home
Softono
webhookavideo

webhookavideo

Open source MIT JavaScript
12
Stars
0
Forks
0
Issues
1
Watchers
3 years
Last Commit

About webhookavideo

A demo application that listens for, and displays all the webhooks from an api.video account. From api.video (https://api.video)

Platforms

Web Self-hosted

Languages

JavaScript

badge

badge

badge

api.video webhook a video

api.video is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.

api.video Webhooks

This example app allows you to receive webhooks from api.video. Currently, we have 1 event that our webhoks report on:

video.encoding.quality.completed

This will report when each encoding is completed. For example:

{ "type": "video.encoding.quality.completed", 
  "emittedAt": "2021-01-29T16:46:25.217+01:00", 
  "videoId": "viXXXXXXXX", 
  "encoding": "hls", 
  "quality": "720p"
}

This reports that the 720p HLS encoding was completed.

Fire the webhook

This webhook is connected to the same account as upload.a.video. So, if you upload a video there, this webhook will fire when each video encoding is completed.