Password Protect Online Videos or Webpages

Is there a way to Password Protect online videos (Youtube, Vimeo or webpage… etc) with some, if not all of these features?
Random Password
Set the Expiration time or date
Set the Total time a video can be viewed
Set how many times the password is allowed
Setup Password Groups

Can anyone provide scripts or software sources?
If I were to attempt to try this myself, where would I locate code?
Thanks everyone :slight_smile:

I would have a look at Vimeo. They are offering such services.

1 Like

+1 for Vimeo.

Excellent for this.

https://vimeo.com/features/livestreaming?vcid=33549&utm_medium=cpc&utm_source=google&gclid=EAIaIQobChMI7trZlv_v5gIVzTUrCh3xTQ5kEAAYASAAEgJ08vD_BwE&gclsrc=aw.ds

1 Like

Thanks @Jannis and @PeteSharp for replying.
I’m looking for software or some script, not really a paid service.

To be honest, a paid service is really the only way to go if you want all those features. It will be cheaper than you paying a developer :wink:

1 Like

Hello @KBConcepts I don’t know if it is ok for you but I wold have a look in installing NEXTCloud to your service.

With next cloud and your features the result is:

Random Password - Yes
Set the Expiration time or date - Yes
Set the Total time a video can be viewed - No (but you can do that with code: javascript - Make HTML5 video stop at indicated time - Stack Overflow)
Set how many times the password is allowed - No
Setup Password Groups - Yes

Hope it helps

2 Likes

Very nice to hear from you @Pealco. This look like it may work. Love that it’s OpenSource. I’ll be looking into it today.