Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. raspivid -o - -t 0 -w 1280 -h 720 -vf -hf -fps 25 -b 4000000 | avconv -re -ar 44100 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -f h264 -r 25 -i - -vcodec copy -acodec aac -ab 128k -g 10 -strict experimental -f flv "rtmp://..." -vcodec copy -acodec aac -ab 128k -g 10 -strict experimental -f flv "rtmp://..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement