I have a JavaFX Application that uses OpenCV to get the frames from the camera.
I would like to send this stream to nginx-rtmp.
I must be missing something (or the whole loginc of RTMP) but I can't seem to find a simple way to make the stream
I already tested the nginx-rtmp with OBS Studio, and I have the frames, I'm missing the link to get the frames through the RTMP link.
Already found a couple of libraries (xuggler, gstreamer,humble-video...) but none of them seems to work or didn't find a way to implement them correctly