I'm creating in Godot a simulation of a physical apparatus. I'd like to do some video processing and analysis on the result using gstreamer. Is it possible to send the rendered output out as streaming video?
Over http, rtp, maybe via /dev/video(n) (I'm using Linux only for this) or some way I'm not thinking of? Whatever way that gstreamer has a source plugin for.
Rendered frames will be smaller (at first), maybe 800x600 pixels size, and frame rate isn't that important but aiming for 12fps. This is for computer vision R&D not for humans to enjoy.