Hello!
We are currently working on a source plugin. After it has output video through obs_source_output_video, we need to grab information about the frame later, after it has been encoded, right when it is sent to let say a streaming service.
Is there a way, through the existing public API, to know when an encoded frame is output (e.g. to Twitch), and what source frames (source pointer and source frame timestamp) were encoded into it?
We are currently working on a source plugin. After it has output video through obs_source_output_video, we need to grab information about the frame later, after it has been encoded, right when it is sent to let say a streaming service.
Is there a way, through the existing public API, to know when an encoded frame is output (e.g. to Twitch), and what source frames (source pointer and source frame timestamp) were encoded into it?