Created
September 22, 2013 17:29
-
-
Save philcrump/6662048 to your computer and use it in GitHub Desktop.
picam_stream.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
raspivid -n -hf -w 720 -h 405 -fps 25 -vf -t 86400000 -b 180000 -o - | ffmpeg -f h264 -i - -f flv -vcodec copy -acodec null "rtmp://fms.batc.tv/live/M0DNY/M0DNY" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment