Top "Screen-recording" questions

A screen recording is a recording of computer screen output, also known as a video screen capture.

How to record screen with Android Studio

I connect my phone to Android Studio and code. I want to record my phone screen. I saw this but …

android android-studio screen-recording
How to record screen and take screenshots, using Android API?

Background Android got a new API on Kitkat and Lollipop, to video capture the screen. You can do it either …

android screenshot android-5.0-lollipop android-4.4-kitkat screen-recording
I can't capture android screen using adb screen record tool

I have a nexus 4 with android KitKat. I tried screen recording using the following commands: adb shell screenrecord --verbose /sdcard/…

android android-mediacodec screen-recording
Screen recording the browser window using javascript

I'm developing an app which is basically a drawing app in which interactive simulations can be embedded. I'm trying to …

javascript webrtc screen-recording recordrtc
Record tablet's screen AND audio

I've been wondering, after trying this command on my Nexus 7: adb shell screenrecord /sdcard/demo.mp4 Is there a way …

android adb screen-recording
How to get high quality small file size screen recording on Mac?

The clips on http://hoverstat.es/ are the best examples of what I am after. The spec are roughly: Format/…

mp4 h.264 screen-recording
Detecting screen recording settings on macOS Catalina

What's is a reliable way to detect if user has enabled this API? CGWindowListCreateImage returns a valid object even if …

macos cocoa screen-recording macos-catalina
How to trigger screen recording permission system modal dialog on macOS Catalina

I have an application which has screen sharing feature in it. On macOS Catalina beta8 (19A558d), you must give …

xcode11 screen-recording macos-catalina
Preventing screen recording apps

If I have a website that contains paid videos and I want to prevent authorized / unauthorized users from downloading the …

desktop-application screen-recording
How to programmatically detect if any screen recording process/app is running in Android?

I don't want users to take screenshot or record screen of my app. I have added secure flag to the …

java android security screen-recording screen-grab