bitwave-tv / bitwave

Front end for [bitwave.tv] - an open platform live video streaming service
https://bitwave.tv
GNU General Public License v3.0
142 stars 32 forks source link

NSFW blur keycombo #25

Open DoxIsMightier opened 5 years ago

DoxIsMightier commented 5 years ago

Add a key combo to blur the video in case things get too spicy on stream.

DispatchCommit commented 3 years ago

Need to create a CSS class that applies a blur effect to / over video element.

If we cannot apply a CSS blur over a video element easily with a CSS filter, a cheap workaround may be to add the blur to the stream cover image, and update that image occasionally (once per minute) to simulate blurred video

This seems like an easy feature to add via a video.js plugin once the correct CSS selector / class is created.