revyos latest
uboot:https://github.com/revyos/thead-u-boot/releases/tag/20240529
image:https://github.com/revyos/mkimg-th1520/actions/runs/9287642918
sudo apt install gstreamer1.0-plugins-base-apps
# 注意替换 host ip 为目的端 ip
gst-launch-1.0 v4l2src device=/dev/video0 ! videoconvert ! videorate \
! video/x-raw, format=NV12,width=640,height=480,framerate=20/1 \
! rawvideoparse format=nv12 width=640 height=480 framerate=20/1 \
! omxh264enc ! h264parse config-interval=1 ! video/x-h264,stream-format=byte-stream,alignment=nal \
! rtph264pay ! udpsink host=192.168.31.27 port=5600
ubuntu 22.04 amd64
sudo apt install gstreamer1.0-libav gstreamer1.0-plugins-bad
gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' \
! rtph264depay ! h264parse ! avdec_h264 ! autovideosink