Skip to content

Instantly share code, notes, and snippets.

@jersobh

jersobh/:( Secret

Created October 3, 2017 15:55
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/7e944edc39324496cb2d08440d59d1cf to your computer and use it in GitHub Desktop.
Save jersobh/7e944edc39324496cb2d08440d59d1cf to your computer and use it in GitHub Desktop.
var ops=[
'-vcodec', socket._vcodec,'-i','-',
'-c:v', 'libx264', '-preset', 'veryfast', '-tune', 'zerolatency',
'-c:a', 'libmp3lame',
'-b:a', '128k',
'-ac', '2',
'-async', '1',
'-bufsize', '4000k',
'-threads', '0',
'-f', 'flv',
'-c', 'copy', '-f', 'flv','rtmp://a.rtmp.youtube.com/live2/myurl',
'-c', 'copy', '-f', 'flv', 'rtmp://live-api-a.facebook.com:80/rtmp/myparams'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment