How to play udp stream on Linux URVEBoard?
On PC: C:\gstreamer\1.0\x86\bin\gst-launch-1.0.exe -v dx9screencapsrc ! queue ! videoconvert ! videoscale ! video/x-raw,width=1920,height=1080 ! x264enc tune=zerolatency bitrate=2048 pass=qual threads=4 ! video/x-h264, profile=high, clock-rate=100000 ! h264parse config-interval=10 ! rtph264pay pt=127 config-interval=10 ! udpsink host=232.255.42.42 force-ipv4=true port=5001 echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor [...]