Post not yet marked as solved
I use RelayKit to record screen in my app, but I want to detect if user use Record Screen from Access Control or third party app.
I tried UIScreen.capturedDidChangeNotification but it doesn't check if I'm recording the screen in my app, or using Record Screen from Access Control.
Do you have any ideas
Post not yet marked as solved
I want get MacOS version using ProcessInfo.processInfo.operatingSystemVersion.majorVersion, but for MacOS Monterey 12.0 Beta, I see it returns 10.16, how can I know the MacOS is Monterey?
Post not yet marked as solved
I have record screen use RelayKit:
Screen A -> Screen B -> Screen C:
Screen A: Start record screen, => push to screen B, but
Replaykit, startCaptureWithHandler() not sending CMSampleBufferRef of Video type in captureHandler. Still return CMSampleBufferRef is audioApp.
And when i push to screen C, record screen continues to function normally
Has anyone come across this situation?
Post not yet marked as solved
Pls help me: I make app stream. I'm using Assetwriter to write media data to file, including: Record Screen, Camera and Audio. But sometime, delegate didOutputSegmentData with record screen stop.
Note: Record screen i'm use relaykit