Skip to content

Instantly share code, notes, and snippets.

@Ullaakut
Last active October 15, 2019 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Ullaakut/01aab9d1657c6f1511c511331680ed9f to your computer and use it in GitHub Desktop.
Save Ullaakut/01aab9d1657c6f1511c511331680ed9f to your computer and use it in GitHub Desktop.
cvlc /home/ullaakut/Downloads/dummy.jpg -I dummy \
--sout-keep --no-drop-late-frames --no-skip-frames \
--image-duration 9999 \
--sout="#transcode{vcodec=h264,fps=15,venc=x264{preset=ultrafast,tune=zerolatency,keyint=30,bframes=0,ref=1,level=30,profile=baseline,hrd=cbr,crf=20,ratetol=1.0,vbv-maxrate=1200,vbv-bufsize=1200,lookahead=0}}:rtp{sdp=rtsp://:8554/live.sdp}" \
--sout-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment