2

How to protect video in iframe or video tag?

i have embeded a video. how to hide src url from page view source to make it non downlodable in system and mobile?

 <iframe src="https://www.vimeo.com/embed/xyz"></iframe>

is there video tag option available for this? and any other option in php?

James Z
  • 12,209
  • 10
  • 24
  • 44
Narendra Soni
  • 23
  • 2
  • 5
  • 1
    Possible duplicate of [How to prevent downloading images and video files from my website?](https://stackoverflow.com/questions/1294501/how-to-prevent-downloading-images-and-video-files-from-my-website) – Devsi Odedra May 19 '18 at 07:28
  • Unfortunately, it's not possible. You only have to look at the mass of YouTube downloaders available to realise that videos can be grabbed from even the biggest sites. The browser needs to receive the information, and if the browsers see's it, so can other people. – Stephen May 19 '18 at 07:30
  • Why don't you try streaming service? – Miron May 19 '18 at 07:36

0 Answers0