I have a pipeline that looks like
rtspsrc →
|-> funnel → appsink
appsrc →
rtsp stream is h264 10 FPS.
appsrc is reading images from a custom built camera that is running at 40 FPS. (I can not change this).
[1] Both the cameras are connected to the same machine.
[2] The custom camera gives time of image capture along with the image itself.
I am trying to synchronize these two cameras using gstreamer.
any help would be helpful.