-
In the android/app/src/main/AndroidManifest.xml, I have added the necessary configuration:
```
```
Additionally, the call-integration.enabled flag is set to true.
On iOS, everything is work…
-
I followed the set up according to your README. Works great if `ScreenshotActionOrder.pixelCopyFirst()` is used. However, I need to support devices older than SDK 24. So, I tested setting `Screensh…
-
As stated in the title, the ScreenCapture example doesn't work anymore as API 30+ forcefully requires to run any MediaProjection code as a Foreground service, and even as I rewrote the sample code to …
-
26883-26883/com.nanchen.screenrecorder E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.nanchen.screenrecorder, PID: 26883
java.lang.RuntimeException: Failure delivering result ResultInf…
-
When targeting Android 14 (`targetSdkVersion` set to 34), the [recommended implementation for device screen streaming](https://logmeinrescue.github.io/Android-SDK/#12) results in the following crash:
…
-
Execution failed for task ':flutter_background_service_android:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> And…
-
Hi, pedro
I am doing a rtsp stream with audio streaming continuously, but the video stream will switch between displayService and rtspFromFile.
I found that the timestamp of the video frame is n…
-
Media projection requires a foreground service of type serviceinfo.
Getting this error when try to run the app. ANY IDEA?????
-
Repro steps: Use BugLife screen record feature with `targetSdkVersion 29` on an Android 10 phone.
```
2019-10-25 10:53:08.341 29152-29152/audio.breaker E/AndroidRuntime: FATAL EXCEPTION: main
…
-
I have working project (for Android Q(10) and up) that captures internal audio as well as device screen on android, i dont know the current STF provides streaming internal audio from connected android…