====== Youtube ====== ===== Livestream auf Youtube mit Raspberry Pi ===== ==== Raspberry und (Infrarot-)Kamera ==== Die installieren Docker da und laden sich ein Docker-Image herunter. So funktioniert das bei mir nicht, weil die Installation von Docker doch etwas komplizierter ist als hier beschrieben: [[https://tutorials-raspberrypi.de/raspberry-pi-youtube-live-streaming-einrichten/]] Docker hiermit installiert ((https://maker-tutorials.com/docker-raspberry-pi-installieren-raspbian-debian-stretch-jessie/)), geht auch nicht. ==== Mit dem Nachfolger von ffmpeg (avconv) ==== [[https://www.makeuseof.com/tag/live-stream-youtube-raspberry-pi/]] sudo apt-get install libav-tools Dieser Befehl funktioniert bei mir (Raspberry V 1!!): raspivid -o - -t 0 -vf -hf -fps 25 -b 400000 -w 1280 -h 720 | avconv -re -ar 22050 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -f h264 -i - -vcodec copy -acodec aac -ab 128k -g 50 -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/[youtube-schluessel]