Skip to content

Instantly share code, notes, and snippets.

@philcrump
Created September 22, 2013 17:29
Show Gist options
  • Save philcrump/6662048 to your computer and use it in GitHub Desktop.
Save philcrump/6662048 to your computer and use it in GitHub Desktop.
picam_stream.sh
#!/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