Skip to content

Instantly share code, notes, and snippets.

@Ullaakut
Last active October 15, 2019 19:35

Revisions

  1. Ullaakut revised this gist Jun 11, 2018. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Run RTSP Media Server with VLC
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    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
    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
  2. Ullaakut created this gist Jun 11, 2018.
    1 change: 1 addition & 0 deletions Run RTSP Media Server with VLC
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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