replaykit Questions

6

Solved

I am using RPSystemBroadcastPickerView to show a picker view, from which a user can select a broadcast service to record the screen. Based on documentation, preferredExtension should allow me to se...
Kulp asked 13/9, 2018 at 11:30

4

Solved

I've implemented a RPScreenRecorder, which records screen as well as mic audio. After multiple recordings are completed I stop the recording and merge the Audios with Videos using AVMutableComposit...
Roti asked 20/7, 2018 at 10:13

2

Solved

I am using RPSystemBroadcastPickerView to start a system-wide screen recording from my app. The RPSystemBroadcastPickerView is completely autonomous in starting the recording and everything, which ...
Bondswoman asked 23/8, 2018 at 9:13

1

I have successfully implemented ReplayKit. SampleHandler.swift class SampleHandler: RPBroadcastSampleHandler { override func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?) { } ...
Tory asked 30/6, 2020 at 18:38

3

I want to implement screen sharing functionality like skype(when app is in background then also it will share screen of iPhone), and for that i am using broadcast extension. Here its my code in my...
Trapezius asked 10/1, 2020 at 12:19

2

I have searched enough but failed to get a solution. I am using ReplayKit to record the screen of my app. I have started recording the screen by calling let sharedRecorder = RPScreenRecorder.sha...
Dosage asked 13/9, 2017 at 13:59

4

A try to start a screen recording with RPScreenRecorder. I got the following error: Recording interrupted by multitasking and content resizing func startRecording() { let recorder = RPScreenR...
Wickedness asked 28/9, 2018 at 18:23

3

I'm streaming a content of my app to my RTMP server and using RPBroadcastSampleHandler. One of the methods is override func processSampleBuffer(_ sampleBuffer: CMSampleBuffer, with sampleBufferT...
Scag asked 24/10, 2017 at 5:54

1

Solved

I have tried Broadcast Extension. I have added that extension via target. But, I don't know how to record when my app is in background. Two ways I am trying to record: Via Control center: I can s...
Squeak asked 1/2, 2019 at 18:38

0

I am able to send Replaykit video samples to the remote peer but with no Audio. What to use instead of RTCVideoFrame? Is there a way I can send a Audio Video data together? Below is the snippet: ...
Juggle asked 31/1, 2019 at 22:28

1

When you call completeRequest(returningItems:completionHandler:) from an extension, where does this get handled by the host app?
Asp asked 8/10, 2018 at 9:33

0

I'm using WebRTC to create a peer to peer connection for sharing screen and audio. I'm capturing the screen using ReplayKit, which generates CMSampleBufferRef; using that I can create RTCVideoFrame...
Fidget asked 9/8, 2018 at 15:19

3

Is anybody know is there an ability to upload frame buffers from Broadcast Upload Extension to the host app or I should load them directly to back-end ? My goal to intercept frame buffers from repl...
Yeh asked 22/9, 2016 at 14:54

1

We would like to use WebRTC to send an iOS devices’ screen capture using ReplayKit. The ReplayKit has a processSampleBuffer callback which gives CMSampleBuffer. But here is where we are stuck, we ...
Hereinafter asked 10/5, 2018 at 7:8

1

I have received a CMSampleBufferRef from a system API that contains CVPixelBufferRefs that are not RGBA (linear pixels). The buffer contains planar pixels (such as 420f aka kCVPixelFormatType_420Yp...
Jink asked 2/10, 2017 at 11:44

1

Solved

I saw that TeamViewer allows iOS Screen Capturing by leveraging the Screen Recorder feature from the Control Center in iOS 11. As seen here: How is that possible? I checked out the ReplayKit, but...
Alcot asked 28/9, 2017 at 16:15

1

Im having a problem where after I broadcast my screen live, I then try to record the screen but it doesn't work. Same thing happens when I record my screen and then I try to broadcast the screen li...
Mesdames asked 25/9, 2016 at 7:5

1

I am testing usability of a website and am using WKWebView in a native app. The reason for this is so that I can use COSTouchVisualizer to show the touches, and RPScreenRecorder to record the inter...
Gemeinschaft asked 28/4, 2016 at 13:50
1

© 2022 - 2024 — McMap. All rights reserved.