You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Hi Joshua - which operating system are you looking at adding screen broadcasting to? With iOS, for example, it would be easy enough to make a source for replaykit since you can just take the CMSampleBuffer and create a PictureSample from it and feed it to an encoder or whatever it is you want to do with it.
I haven't made pre-made sources for that yet though, no.
Activity
jgh- commentedon Apr 24, 2020
Hi Joshua - which operating system are you looking at adding screen broadcasting to? With iOS, for example, it would be easy enough to make a source for replaykit since you can just take the CMSampleBuffer and create a PictureSample from it and feed it to an encoder or whatever it is you want to do with it.
I haven't made pre-made sources for that yet though, no.
rizwan95 commentedon Apr 25, 2020
It would be great if this is done. @jgh-