Hello! I'd love to be able to create a password-protected livestream. I'm imagining the simplest possible ui for this, which is just to prompt the visitor to enter the password when they first land on the web page. The primary use case would be to provide members-only livestreams for Patreon/etc, or private group streams for things like family video watch parties. In particular that means:
The goal is not to make a perfectly secure livestream viewer, just to prevent casual link sharing and public indexing of the content.
I am planning on setting this up in the mean time by putting owncast behind an nginx proxy that requires authentication, but that's definitely more steps than most people should have to do to accomplish this.
@aaronpk curious did that work for you?
@aaronpk awesome! Will keep an eye out for it. Sounds like an interesting read. Hadn’t seen vouch before. In the past have had to fork https://github.com/bitly/oauth2_proxy and add in my oauth proxy.