Need help with commands for video transmission. #190
-
I am trying to connect a raspberry pi 4 to an Nvidia AGX Xavier, and my (sort of working) setup is this on the drone
and on the ground station
Is there anything here that is redundant that can be trimmed out? And if I were to split the stream off to another program or maybe a v4l2loopback device, where in this mess would I find a useable h264 stream? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can set peer as multicast address |
Beta Was this translation helpful? Give feedback.
You can set peer as multicast address
224.0.0.1
. But this will work only for different computers on the same lan (not for different programs on one computer). For different programs you can use gstreamer pipeline to mirror rtp stream to multiple destinations