sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.66k stars 2.94k forks source link

Prevent IDM from downloading the video #2409

Open monicse09ku opened 2 years ago

monicse09ku commented 2 years ago

We are creating a video streaming site and using this awesome video player. But we do not want user to download our videos using Internet Download Manager. We want to prevent the IDM pop up for downloading video from appearing. Is it possible to achieve?

Thanks a ton for creating this awesome player.

narawat-surattikan commented 2 years ago

I dont think it is possible to prevent the user from downloading. Because the user can find the media file easily by finding in the Network tab and I guess IDM will find the media from it.

Hashen110 commented 2 years ago

Check this link

WebLeach commented 2 years ago

Human way: not possible Inhuman way: send videos like chunks and update url as the user continue to watch (what youtube MAYBE using) The beast mode: Send frames by frames, draw them in canvas element, play the audio The ghost mode: Don't show anything at all (lol)