I'm working with Java 11 & JavaFX 14 app using GStreamer to display rtp stream camera.
I'm using gst1-java-core & gst1-java-fx with FXImageSink
Currently, when the camera stops sending a video stream, GStreamer continues to display the last received image but it's annoying because we don't know if the camera bug or if the app doesn't work anymore.
Is it possible to tell GStreamer to not display anything when no video stream is being received? Can we detect this signal to stop the flow?
Thanks