laravel-video
laravel-video copied to clipboard
Remove autoplay and prevent user from downloading video
I have installed VideoStreamer and works fine. I would like to know if there is any way to remove autoplay and prevent user from downloading video. I know I must add following attributes to video node, but I don't know how.... oncontextmenu="return false;" id="myVideo" autoplay controls controlsList="nodownload"
i have same issues. i want prevent user from downloading video.