Last active
October 15, 2019 19:35
-
-
Save Ullaakut/01aab9d1657c6f1511c511331680ed9f to your computer and use it in GitHub Desktop.
This file contains 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
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