UDP data source & sink #14982
-
Greetings! Is there source & sink to support UDP data stream and forward to other UDP consumers? With that, to retain the source IP as spoofing the data - this is similar to samplicate tool. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @amarnathpv ! You should be able to use the |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response @jszwedko. |
Beta Was this translation helpful? Give feedback.
Hi @amarnathpv !
You should be able to use the
socket
source and sink for this. They both support UDP. The sink doesn't support spoofing the IP address to use the origin IP though. That would need to be a feature request if you want to open one.