Take ScreenCaptureKit to the next level

RSS for tag

Discuss the WWDC22 Session Take ScreenCaptureKit to the next level

Posts under wwdc2022-10155 tag

4 Posts

Post

Replies

Boosts

Views

Activity

ScreenCaptureKit crashes on Mac Catalyst apps
I'm trying to use ScreenCaptureKit on a Mac Catalyst app, on macOS 12.5.1. I'm not sure if I'm doing something wrong, but it crashes as soon as I try to request SCShareableContent. It crashes on internal code, calling a method it can't find, which makes me think this is a bug in the framework rather than incorrect configuration. Any hints on how to work around this problem? The crash is: ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RPDaemonProxy fetchShareableContentWithOption:windowID:withCompletionHandler:]: unrecognized selector sent to instance 0x6000037d5dc0' terminating with uncaught exception of type NSException ScreenCaptureKit-Crash.txt
3
0
2.6k
Feb ’25
ScreenCaptureKit crashes on Mac Catalyst apps
I'm trying to use ScreenCaptureKit on a Mac Catalyst app, on macOS 12.5.1. I'm not sure if I'm doing something wrong, but it crashes as soon as I try to request SCShareableContent. It crashes on internal code, calling a method it can't find, which makes me think this is a bug in the framework rather than incorrect configuration. Any hints on how to work around this problem? The crash is: ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RPDaemonProxy fetchShareableContentWithOption:windowID:withCompletionHandler:]: unrecognized selector sent to instance 0x6000037d5dc0' terminating with uncaught exception of type NSException ScreenCaptureKit-Crash.txt
Replies
3
Boosts
0
Views
2.6k
Activity
Feb ’25
Is it possible to simultaneously record from microphone and camera?
While capturing the screen, can we mix in microphone input? Taking that further, is it possible to capture from camera at the same time?
Replies
2
Boosts
0
Views
1.5k
Activity
Oct ’22
Stream paused when hide or minimize the app
If I set queueDepth to a value that smaller than 6 ( 5 for example ), the stream will be paused when I start capturing and make it minimized or hidden. Is that a correct behavior or a bug?? Filed a report: FB11441320
Replies
0
Boosts
0
Views
1.3k
Activity
Sep ’22
ScreenCaptureKit sample malfunction with Safari
We can use the sample code to generate the SCK capture tool, Run safari with youtube video. Run the SCK capture tool Select Application capture with the above Safari youtube video, the video shall be playing well. Toggle the youtube video to full screen, you will not able to see the YouTube video.
Replies
0
Boosts
0
Views
1.4k
Activity
Sep ’22