Skip to content

Instantly share code, notes, and snippets.

@aleozlx
Created July 31, 2021 18:10
Show Gist options
  • Save aleozlx/7dd45ecf677a596a5dbcb7c4ab231689 to your computer and use it in GitHub Desktop.
Save aleozlx/7dd45ecf677a596a5dbcb7c4ab231689 to your computer and use it in GitHub Desktop.
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