mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-14 21:13:49 -04:00
4 lines
263 B
Bash
4 lines
263 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gst-launch-1.0 videotestsrc ! videoconvert ! video/x-raw,format=NV12,framerate=60/1,width=1280,height=720 ! vaapih264enc bitrate=4000 keyframe-period=3 rate-control=cbr max-bframes=0 ! rtph264pay config-interval=-1 ! udpsink host=localhost port=5602
|