Skip to content

后台图像解码问题 #81

@way-art

Description

@way-art

使用 iOS26,播放器版本 1.0.4

设置当前视图为 FSVideoRenderingDelegate 的代理,实现 - (void)videoRenderingDidDisplay:(id)renderer attach:(FSOverlayAttach *)attach;

通过 attach 中的 videoPicture 拿到渲染的 CVPixelBufferRef

后台后这个代理中不再返回 CVPixelBufferRef 对象,看到源码中有个当前如果是后台就 return 的逻辑

请问打开后这里在后台会正常解析并返回 CVPixelBufferRef 吗?

我目前需要前台、后台都需要拿到这个渲染对象做处理,想请教下是否有好的思路协助我解决呢?

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