wangshaohui
wangshaohui
> You bring up some good areas to investigate further. I see now where the log file came from, it is added by PRISM to the OBS code. It should...
by the way, the API and function parameters exported by OBS have not been modified by PRISM; otherwise, third-party plugins would not load successfully in PRISM.
> In addition to using heap memory (which we need to fix), merely checking context.output instead of context.is_running will properly close the audio and video if the output was never...
hi @BitRate27, Here are my conclusions: ### 1. I think there is nothing with `voi::name and aoi::name`. libobs will save the pointer of your input `name` (just call memcpy for...
I checked logs of that user。 He failed to start NDI only that one time, and it was successful other times.
@Lain-B `on_closed` and `on_frame_arrived` (where `frame_pool.Recreate` is called) are both called from graphic thread. If exception of dxdevice occurres during calling `on_frame_arrived`, and `Recreate` is called at that time, then...