Skip to content

Sending CMSampleBuffer causes error in Broadcast Extension. #9

Open
@Ashvin-Ranjan

Description

@Ashvin-Ranjan

I have been working on sending CMSampleBuffer data out of a broadcast extension and this has been causing me trouble, sending strings though peertalk in the extension is working, but when I send CMSampleBuffers is causes an error. Here is my code:

ptManager.sendObject(object: sampleBuffer, type 102)

That does not work but when I do this:

ptManager.sendObject(object: "test", type 102)

it does work, what is going on here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions