I tried to run multiple deepstream pipelines which have same rtsp input, to achieve redundancy.
I found that the “frame_num” in frame metadata starts from 0 in each pipeline. When I ran 2 pipelines at same time, one frame always had two different “frame_num” due to different start times of the two pipelines.
So, I’m wondering if there’s any key value (or any other thing) of a frame so that I could specify each frame and de-duplicate the results when I run multiple pipelines?
Thanks.