I’m using the raspberry pi 3b+ with the pixhawk 4. I’m able to connect to rpanion and get the video stream on VLC with rtsp. I’d like to connect the stream to mission planner and on the rpanion server they have mission planner connection strings but im not sure where to insert this link. example:
"rtspsrc location=rtsp://111.1.1.1:1111/video latency=0 ! queue ! application/x-rtp ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink
rtspsrc location=rtsp://111.111.1.111:1111/video latency=0 ! queue ! application/x-rtp ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink
rtspsrc location=rtsp://11.1.1.111:1111/video latency=0 ! queue ! application/x-rtp ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink
any help would be appriciated