Posts

Post not yet marked as solved
1 Replies
416 Views
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
Posted
by joker1804.
Last updated
.
Post not yet marked as solved
1 Replies
270 Views
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?
Posted
by joker1804.
Last updated
.
Post not yet marked as solved
0 Replies
336 Views
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?
Posted
by joker1804.
Last updated
.
Post not yet marked as solved
0 Replies
276 Views
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
Posted
by joker1804.
Last updated
.