Guest User

working stream

a guest
Sep 14th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ffmpeg -y -thread_queue_size 2048 -f video4linux2 -input_format mjpeg -s 1280x720 -pix_fmt yuv420p -i /dev/video* \
  2. -thread_queue_size 2048 -f alsa -ac 1 -ar 48000 -i pcm.jack \
  3. -map 0:v -r 60 -g 30 -b:v 80000k -f mpeg1video https://127.0.0.1:8182/admin/1280/720
Add Comment
Please, Sign In to add comment