Add your ssh identity to the device:
$ ssh-copy-id -i ~/.ssh/id_rsa.pub aws_cam@${DEVICE_IP}$ brew install mplayer
$ brew install mplayer-osx-extendedGet the device IP from either the web console or some magic scriptlet I intend to write.
$ ssh aws_cam@${DEVICE_IP} cat /opt/awscam/out/ch1_out.h264 | mplayer -xy 800 -geometry 50%:50% -demuxer lavf -cache 8092 -This will spawn a window 800px wide slap bang in the centre of your display.