<div dir="ltr"><div dir="ltr"><div>Hello All,</div><div><br></div><div>I am facing following issue:</div><div><br></div><div>- I have a pipeline:<br>Sender-> gst-launch-1.0 filesrc location="file1.h264" ! h264parse ! rtph264pay ssrc=1 ! funnel name=f ! queue ! ipassign ! dynudpsink filesrc location="file2.h264" ! h264parse ! rtph264pay ssrc=2 ! f.</div><div><br></div><div>- In "ipassign" custom element, I write IP information in frame meta-data and send it using "dynudpsink".<br>IP information is written as: paacket 1 to IP1, packet 2 to IP2 and so on.</div><div><br></div><div>- The problem is IP address is assigned to different packets and here packets from different streams, so no data is received at sender side.</div><div><br></div><div>- I want to send a full frame to a particular IP for further processing.<br><br></div><div>I know this can be done with SSRC+Timestamp+Sequence No. information in RTP packets.</div><div><br></div><div>But this can be problematic when there are more number of files and less number of IP's.</div><div><br></div><div>Please suggest me a way to determine frame boundary when packet is sent via UDP, and that too multiple streams are being sent.</div><div><br></div><div>Thanks,<br>Priyanka Kataria<br></div></div></div>