Skip to content

Instantly share code, notes, and snippets.

@jersobh
Created October 3, 2017 15:05
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 jersobh/e3b733d5dff3599bb73b629d10608d01 to your computer and use it in GitHub Desktop.
Save jersobh/e3b733d5dff3599bb73b629d10608d01 to your computer and use it in GitHub Desktop.
var ops=[
'-vcodec', 'libvpx','-i','-',
'-c:v', 'libx264', '-preset', 'veryfast', '-tune', 'zerolatency',
'-acodec', 'libmp3lame',
'-ac', '2',
'-async', '1',
'-bufsize', '1000',
'-threads', '0',
'-f', 'flv', 'rtmp://myserver:1935'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment