One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
helloworld | |
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" | |
KEY="blablabla" | |
while true ; do | |
avconv -ar 44100 -ac 2 -f s16le -i /dev/zero -f video4linux2 -s 640x480 -r 20 -i /dev/video0 -f flv "$YOUTUBE_URL/$KEY" | |
sleep 3 | |
done |