733 questions
-6
votes
0
answers
65
views
FFmpeg recording freezes mid recording and remainder of the footage is missing [closed]
I've been trying to make an application for the past couple months, which will automatically record your screen, however I notice an issue my users have been reporting, and I'm just unsure how to deal ...
0
votes
1
answer
22
views
How to configure Wiremock to work with AVD?
I'm trying to setup wiremock standalone in the way to record all requests from certain api on my android emulator with steps below:
Launching wiremock on machine with:
java -jar wiremock-standalone-3....
0
votes
1
answer
66
views
How to record in stereo at 48kHz using AVAudioEngine and AVAudioSession on iOS?
I'm working on an iOS recording app using AVAudioEngine and AVAudioSession. The goal is to record in stereo at 48kHz using the built-in iPhone microphone (on models that support stereo recording, like ...
0
votes
0
answers
81
views
Flutter : Issue - Mic is not activating after resuming the recording in iOS after Phone/VOIP Call interruption – AVFAudio error -10868
Platform: iOS
Flutter version: 3.29.3
Packages used:
record: ^6.0.0
audio_session: ^0.2.1
Problem Description
You received a Teams call while recording was on-going.
While a Teams call is ringing (...
1
vote
0
answers
32
views
iOS AVmulticamPiP Video recording issue for react-native bridging
For now, I'm developing front and back camera simultaneous recording and I found this code. I added some code snippet. You can take a look the full code in this url (https://github.com/Lax/Learn-iOS-...
0
votes
2
answers
50
views
Loadrunner script conversion to JMeter for https using HTTP(S) Test Script Recorder
I am trying to convert loadRunner scripts to JMeter for a https application using the following
JMeter File -> Templates -> Recording -> Create
start https test script recorder
for LoadRunner ...
0
votes
0
answers
49
views
Call Recording on a Headset on Android
We have a phone recording app that uses accessibility service: https://github.com/AndroidDeveloperLB/PhoneCallRecorder
Testing on Android 12 on a Pixel 6, call recording works well with 'RECORDING ...
0
votes
0
answers
72
views
python - record and preview webcam at the same time, using e.g. ffmpeg
I want to record webcam with sound using python. After tryng multiple different methods, ffmpeg with the python wrapper showed the best results.
Recording works, but how can I preview the webcam at ...
0
votes
0
answers
110
views
Record Internal System Audio On Mac
I am trying to record Internal System Audio on Mac.I found that it is possible to record it without virtual audio driver. After bit research I am going with Blackhole. Problem with blackhole is it ...
0
votes
1
answer
125
views
populating audio source in lamejs
I have this code from the lamejs example:
let channels = 1; //1 for mono or 2 for stereo
let sampleRate = 44100; //44.1khz (normal mp3 samplerate)
let kbps = 128; //encode 128kbps mp3
let mp3encoder = ...
-1
votes
1
answer
137
views
Issue with recording a flow in jmeter using chrome browser
i am using apache jmeter on windows 11 in my office laptop , i have installed jdk 18 for that , and installed a jmeter root certificate too. i have added transaction controller under a thread group ...
1
vote
0
answers
114
views
Playwright recording tests runs slow/juddery
I'm on version 1.46 of Playwright. Whenever I record a test in Chromium Browser that opens, I can only get halfway through my test because it starts to get very sluggish and slow. Clicking a dropdown ...
4
votes
1
answer
1k
views
how to prevent screen recording for iOS 18, isCaptured is deprecated while the replacement sceneCaptureState is not working for non-scene based app?
My App is very sensitive and it is a must to prevent any screen recording.
it was working fine using UIScreen.main.isCaptured and UIScreen.capturedDidChangeNotification. But for iOS 18 it became ...
-1
votes
1
answer
207
views
OKTA SAML Authentication Jmeter script recording
I am doing the jmeter recording with a site which uses the OKTA authentication. In that for one request i am sending the SAML Response. But that request is always failing. The response message i am ...
1
vote
0
answers
91
views
WebRTC: While silence detected, The timestamps getting slower and the incoming stream stops
I have noticed an issue while using WebRTC in my iOS mobile app. I aim to record both outgoing and incoming audio during a call, and I have successfully implemented this feature.
However, I am ...