Skip to content

Instantly share code, notes, and snippets.

@shellac
Created November 17, 2013 17:42
Show Gist options
  • Save shellac/7515943 to your computer and use it in GitHub Desktop.
Save shellac/7515943 to your computer and use it in GitHub Desktop.
# On the pi
$ raspivid -t 999999 -o - | nc 192.168.1.87 5001
# On the mac
$ nc -l 5001 | mplayer -fps 31 -cache 1024 -vf halfpack -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment