Guest User

not working stream tee

a guest
Sep 14th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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 -map 1:a -c:v copy -r 60 -g 30 -c:a copy -f tee "[select=\'v:0,a\']/home/invict/output.mkv|[onfail=ignore:select=\'v:0\':f=mpeg1video]https://127.0.0.1:8182/admin/1280/720"
Add Comment
Please, Sign In to add comment