Created
July 31, 2021 18:10
-
-
Save aleozlx/7dd45ecf677a596a5dbcb7c4ab231689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gst-launch-1.0 nvarguscamerasrc ! \ | |
"video/x-raw(memory:NVMM), width=1920, height=1080, format=NV12, framerate=30/1" ! \ | |
nvivafilter cuda-process=true customer-lib-name="/home/alex/Videos/nvsample_cudaprocess/libcustom_cuda_filter.so" ! \ | |
nvv4l2vp9enc ! \ | |
rtpvp9pay mtu=1400 ! \ | |
udpsink host=${CLIENT_IP} port=5000 sync=false async=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment