Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. This sends to youtube
  2.  
  3. ffmpeg -ar 44100 -acodec pcm_s16le -f s16le -ac 2 -i /dev/fd/63 -vcodec libx264 -preset veryfast -maxrate 3000k -bufsize 6000k -pix_fmt yuv420p -g 50 -acodec libmp3lame -b:a 128k -ac 2 -ar 44100 -f flv rtmp://x.rtmp.youtube.com/live2/
  4.  
  5. this shows the content of the camera
  6.  
  7. ffplay rtsp://192.168.1.1/stream1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement