From e7e6a639de5f1306e33a8a4d685f257d22b9dd93 Mon Sep 17 00:00:00 2001 From: Consti10 Date: Fri, 19 Apr 2024 10:57:54 +0200 Subject: [PATCH] X20 and other air platform(s) at the same time --- h264_decode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h264_decode.sh b/h264_decode.sh index a4790fe..f3ef4f2 100644 --- a/h264_decode.sh +++ b/h264_decode.sh @@ -17,7 +17,7 @@ function execute_FPVueVideoDecode { gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, payload=(int)96, clock-rate=(int)90000, media=(string)video, encoding-name=(string)H264' ! rtph264depay ! h264parse config-interval=1 ! video/x-h264,stream-format=byte-stream,alignment=au ! fdsink fd=1 | fpvue --rmode 10 } function execute_FPVueVideoDecode2 { - fpvue --gst-udp-port 5600 --rmode 5 --x20 + fpvue --gst-udp-port 5600 --rmode 5 --x20-auto } # Detect Platform