How do websites like Netflix prevent screenshots?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • screenshot

    Screenshots (by guest271314)

  • No. It can't. I can capture anything on my screen with navigator.mediaDevides.getDisplayMedia({video: true}) alone https://github.com/guest271314/screenshot, or other means. If I wanted to, I can capture audio as well, with several different approaches, respectively https://github.com/guest271314/captureSystemAudio; and both in a single video, or multiple vides merged into one https://github.com/guest271314/MediaFragmentRecorder.

  • captureSystemAudio

    Capture system audio ("What-U-Hear")

  • No. It can't. I can capture anything on my screen with navigator.mediaDevides.getDisplayMedia({video: true}) alone https://github.com/guest271314/screenshot, or other means. If I wanted to, I can capture audio as well, with several different approaches, respectively https://github.com/guest271314/captureSystemAudio; and both in a single video, or multiple vides merged into one https://github.com/guest271314/MediaFragmentRecorder.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • MediaFragmentRecorder

    Record media fragments

  • No. It can't. I can capture anything on my screen with navigator.mediaDevides.getDisplayMedia({video: true}) alone https://github.com/guest271314/screenshot, or other means. If I wanted to, I can capture audio as well, with several different approaches, respectively https://github.com/guest271314/captureSystemAudio; and both in a single video, or multiple vides merged into one https://github.com/guest271314/MediaFragmentRecorder.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts