upload a video with webhooks

https://upload.a.video/webhook

Upload a video - but only display the video when the webhook announces that encoding is completed.

This extension of upload.a.video uses our JS uploader library to simplify the upload.

  1. Video is uploaded t api.video using the JS uploader library.
  2. NodeJS backend listens for the 'encoding comeplete' webhook.
    Then a NodeJS backend uses a webhook to listen for the webhook to annouce that encoding is completed. Only then will the url to watch the video be fprovided back to the user to watch. This ensures that the video link will only appear when we know it will work.