vwout
Member
I've developed a lua script (Control Visca-over-IP based cameras) that appears as INPUT type obs source; it is listed in de sources list of a scene.
Since OBS 32, the script continues to work, but is shown in red in the sources list, just like plugins that cannot be loaded because of incompatibility.
In the log there is no reference of any error or issue with the lua script. I tried changing the output_flags configuration and adding callback functions for get_width, get_height and video_render but this does not have any effect.
How can I find the reason for OBS to render the source in red?
			
			Since OBS 32, the script continues to work, but is shown in red in the sources list, just like plugins that cannot be loaded because of incompatibility.
In the log there is no reference of any error or issue with the lua script. I tried changing the output_flags configuration and adding callback functions for get_width, get_height and video_render but this does not have any effect.
How can I find the reason for OBS to render the source in red?
 
				