mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-11 11:43:47 -04:00
Allow tx to use multiple interfaces (tx diversity) Remove mavlink mode from wfb_tx binary (moved to the python side). Add tgz, rpm and deb binary package generation
4 lines
193 B
Bash
Executable File
4 lines
193 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' ! rtph264depay ! vaapih264dec ! vaapisink sync=false
|