Skip to content

Instantly share code, notes, and snippets.

@tudisco
Forked from aborilov/gist:45a823a0de16eca2561d
Created October 21, 2015 21:06
Show Gist options
  • Save tudisco/064675b1c78112b55f08 to your computer and use it in GitHub Desktop.
Save tudisco/064675b1c78112b55f08 to your computer and use it in GitHub Desktop.
vlc rtsp to mjpeg
vlc -I dummy -d rtsp://192.168.0.99/video.mjpg --no-sout-audio --sout "#transcode{vcodec=MJPG,vb=1000,fps=15}:standard{access=http{mime=multart/x-mix-replace;boundary=myboundary},mux=mpjpeg,dst=:8090/cam.mjpg}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment