RootEncoder-iOS icon indicating copy to clipboard operation
RootEncoder-iOS copied to clipboard

[Question] ScreenBroadcast Overlay

Open noho501 opened this issue 1 year ago • 2 comments

Hi,

As I know, this library supports screen streaming.

I have a question: do you know how to use a URL as an overlay? I understand that we can capture each frame from a WebView and use it as an overlay, but in the upload broadcast extension, UIKit is not supported, so we can't add it as a subview (some use JavaScript, and we must add a subview before we can capture successfully).

I’ve noticed that apps like Prism and StreamChamp can do this. Do you have plans to support this feature?

Thanks

noho501 avatar Oct 17 '24 03:10 noho501

Hello,

Currently, this is supported only on Android version (AndroidViewFilterRender). I have plan to implement it on iOS version but, for now, the iOS version only support filters based on CIImage class.

pedroSG94 avatar Oct 17 '24 06:10 pedroSG94

Marked as enhancement, I have plan to start this feature soon but first I want finish the next release of Android.

pedroSG94 avatar Oct 17 '24 06:10 pedroSG94