Reputation: 4349
We are considering using JWPlayer to display videos to users. But we do not want users to view the html source and the grab the url of the video and then download that video through their browser. Is there a way to hide the url or prevent downloads of files using rails or another method (yet still be able to play the videos to users through a player)?
Upvotes: 0
Views: 358
Reputation: 11
I believe JWPlayer supports streaming, if you set up a stream server, the user won't be able to just download the video.
EDIT: the user won't be able to just download the file as a download link, it'll be more difficult though.
Upvotes: 0
Reputation: 1112
You can not ever prevent your users from downloading the video, after all it has to be downloaded in order to display it to the user.
You can only make it more difficult for the user.
Upvotes: 1