screen-recording Questions

4

I'm trying to build a screen recording with MediaRecorder API. As Suggestive MediaRecorded Approach var chunks = []; var recorder = new MediaRecorder(stream); recorder.streams = [stream]; recor...

3

Currently, I'm using a flutter screen recorder plugin(https://pub.dev/packages/flutter_screen_recording) to record the screen, Actually, this plugin records the full screen of the mobile. But my re...
Watanabe asked 9/7, 2020 at 11:38

2

I'm building a screen recorder plugin for chrome store. I'm adding microphone's audio track to the media stream that contains (Screen's video track + System audio track). So final stream contain 2 ...
Highbred asked 6/9, 2017 at 11:39

17

Solved

I connect my phone to Android Studio and code. I want to record my phone screen. I saw this but that button is disabled in my Android Studio. I can capture screens but can't record. Can someone hel...
Heir asked 21/7, 2015 at 18:54

4

I don't want users to take screenshot or record screen of my app. I have added secure flag to the window. This prevents user from taking screenshots and recording screen. If the screen recording i...
Conversationalist asked 14/6, 2017 at 12:33

1

I am using webrtc for video calling in android. I am simultaneously screen recording after call is connected in sender end. I am getting this error log in sender end. Receiver end voice is not hear...
Fionafionna asked 29/6, 2020 at 8:16

2

Solved

I'm developing an app in Android Studio, and it's useful to be able to record video from the emulator (via the button in the Logcat tab). However, in recent versions of Studio (I'm now on 3.4.1) th...

5

I have video playing in my application which I don't want to be recorded. What Netflix application do is that they let the audio capture but not the video while screen is being recorded. Anyone h...
Sizemore asked 20/9, 2017 at 10:29

2

If I have a website that contains paid videos and I want to prevent authorized / unauthorized users from downloading the video, we can make it as difficult as we can but we still cannot 100% preven...
Henleyonthames asked 4/7, 2018 at 23:49

2

Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION I am trying to capture the screen using MediaProjection API but my app is continuously cr...
Intelligent asked 29/10, 2020 at 12:59

2

The following code worked fine in Mojave . let options = CGWindowListOption(arrayLiteral: CGWindowListOption.excludeDesktopElements, CGWindowListOption.optionOnScreenOnly, CGWindowListOption.optio...
Ideate asked 14/12, 2019 at 16:29

8

Solved

What's is a reliable way to detect if user has enabled this API? CGWindowListCreateImage returns a valid object even if screen recording API is disabled. There are multiple combinations possible (...
Trombley asked 14/6, 2019 at 11:25

3

Solved

I have an application which has screen sharing feature in it. On macOS Catalina beta8 (19A558d), you must give screen recording permission to share your screen (Without permission, only your backgr...
Lachrymatory asked 16/9, 2019 at 12:45

1

I'm looking for a way to detect if the screen is currently being recorded. Ideally, an event for when the recording starts/stops. Maybe some kind of distributed notification. My use-case is that I...
Crocus asked 26/3, 2020 at 14:24

1

How can I detect which button is pressed "start now" or "cancel" to change some design by pressing them. The dialog open by this line of code, FlutterScreenRecording.startRecordScreen("file.mp4");...
Duplessis asked 21/4, 2020 at 7:25

0

What is the difference between chromemediasource (desktop, window, screen) in Navigator.getUserMedia() ?
Speciality asked 14/1, 2020 at 6:32

2

I'm developing an app which is basically a drawing app in which interactive simulations can be embedded. I'm trying to add the option for recording the screen and audio in the website itself so th...
Haircloth asked 26/5, 2018 at 14:7

4

Solved

Are there any extensions to record the screen in VSCode Often developers record screen to share it to peers or to share content. There are screen recorders like Quick Time on Mac and OBS Stud...

1

I need to show touches for a screenrecord to show a bug but don't want to navigate away into settings for fear that I'll lose my place and the bug will go away. Anyone know if it's possible ...
Materially asked 1/3, 2018 at 19:2

3

Solved

I've been wondering, after trying this command on my Nexus 7: adb shell screenrecord /sdcard/demo.mp4 Is there a way to record the screen AND audio of the tablet using the factory screenrecord c...
Taffeta asked 13/6, 2014 at 7:59

1

Android Screen Recorder is a great tool for capturing the Android Screen but is there a way to highlight the clicks and Taps as well while we navigate the App on the Android Phone/Emulator screen? ...

1

Solved

iOS 11 has new feature which enables users to record their screen, I want to disable only VIDEO recording when i am playing video in my application keeping screen record enabled. For example. I a...
Pessimist asked 21/9, 2017 at 6:3

1

Solved

I'm working on a project where I need to record HTML5 animations that are going to play in different browser's tabs. So I've been reading a bit, and apparently it could be done using FFMPEG, mayb...
Redeeming asked 6/4, 2017 at 20:25

1

Solved

Background Android got a new API on Kitkat and Lollipop, to video capture the screen. You can do it either via the ADB tool or via code (starting from Lollipop). Ever since the new API was out, m...

5

I have a nexus 4 with android KitKat. I tried screen recording using the following commands: adb shell screenrecord --verbose /sdcard/demo.mp4 adb shell screenrecord --bit-rate 8000000 --time-li...
Sadiesadira asked 2/2, 2014 at 18:27

© 2022 - 2024 — McMap. All rights reserved.