Hello,
I have a working application using G-Streamer to send video streams to an appsink which will then be send via WebRTC to a media server. The video stream I am sending is the screen captue of a medical device. The stream itself is 1920x1080 with 30 fps. The screen capture refreshes very infrequently, there is time frames where there is no new picture since it is just showing e.g. the desktop. To save bandwidth and decoding on the receiving end I would like to only send frames when its different from the previous. In order to to keep the stream alive I would like to send at least one frame per second.
I checked a little bit around and it seems there is no plugin that I can use to build this.
What are your recommendations to build something like this?