I created an objc project which has the broadcast upload extension added to it. My aim is to send the CMSampleBufferRef which is returned in the extension to the main app.
I want to be able to change and modify the CMSampleBufferRefs in the main app. I cannot do much changes to the sample buffers in the extension as there is a 50MB memory limit.
My aim is to be able to create a video from the sample buffers.