Skip to content

Instantly share code, notes, and snippets.

@wuerges
Created February 22, 2016 21:02
Show Gist options
  • Save wuerges/59bc5c1c25197bddb867 to your computer and use it in GitHub Desktop.
Save wuerges/59bc5c1c25197bddb867 to your computer and use it in GitHub Desktop.
Comandos para gerar uma Stream com o VLC e para tocar
# gerar stream
cvlc screen:// :screen-fps=10 --sout '#transcode{vcodec=DIV3,vb=4000,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:2000}'
#tocar stream
cvlc mmsh://localhost:2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment