Skip to content

Commit

Permalink
X20 and other air platform(s) at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 authored Apr 19, 2024
1 parent 322ca29 commit e7e6a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h264_decode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7e6a63

Please sign in to comment.