Restrict uploaded video access

Hi, is it possible to restrict the access to an uploaded video before/after specific date and time ? Thank you in advance.

Hi @nikolay_sashev

Thanks for the question.

Ultimately - once you upload the video, the play back URL is available for anyone to watch.

However,

  • No one knows the video URL until you share it with them (restriction via obfuscation).

  • If that is not secure enough:
    You could set the video as private - which prevents viewing unless they have an access token (and then you can not give out access tokens). You can then make it public at launch time, and share the url (or keep it private, and just start creating tokens for viewing).

Doug