Skip to content

Instantly share code, notes, and snippets.

@bnerd
Created December 9, 2013 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnerd/7871917 to your computer and use it in GitHub Desktop.
Save bnerd/7871917 to your computer and use it in GitHub Desktop.
stream local file with vlc (rtp)
vlc -vvv "/home/besu/Desktop/demo.mp4" --sout "#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=1800,scale=0.5,acodec=mp4a,ab=96,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port=10000,mux=ts}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment