i want to start a video broadcast automatically after boot sequence.
I oriented myself on this thread http://www.forum-raspberrypi.de/Thread- ... ach-reboot and got it working to the point that raspivid runs after boot. But it doesnt stream to my network. I used my normal stream command in the script - script is atm:
Code: Select all
sudo ifdown wlan0
sudo ifup wlan0
sudo killall raspivid
raspivid -w 1280 -h 810 -b 3000000 -fps 49 -t 0 -pf baseline -ih -g 49 -o - | socat -b 1024 - udp4-datagram:192.168.1.134:5000