sobota, 13 czerwca 2015

Raspberry PI Live Streaming YouTube

  1. Install Raspbian https://www.raspberrypi.org/downloads/
  2. Install ffmeg for arm https://drive.google.com/file/d/0B_Gj1DhA2SKlbkl6ZFZ3blJ0R0E/view?usp=sharing
  3. pi@raspberrypi ~/arm/bin $ raspivid -o - -t 0 -w 1280 -h 720 -fps 25 -b 4000000 -g 50 | ../ffmpeg -re -ar 44100 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/null -f h264 -i - -vcodec copy -acodec aac -ab 128k -g 50 -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/YOUR_ID




Brak komentarzy:

Prześlij komentarz