mikehadlow / FlashMyPi

Make the LED matrix on Raspberry Pi flash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#FlashMyPi

Remotely set the LEDs on a Raspberry Pi Sense HAT.

#Camera

Pipe raspvid into VLC to create an rtsp stream on port 1234.

raspivid -o - -t 0 -n -vf -w 960 -h 540 | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:1234/}' :demux=h264

Play this on your desktop with VLC:

rtsp://<raspberry pi hostname or ip address>:1234/

Port forward to EC2 server:

ssh -g -R 1234:localhost:1234 -i .ssh/AspNetAwsKeyPari.pem ubuntu@mydomain.com

About

Make the LED matrix on Raspberry Pi flash.


Languages

Language:C# 88.4%Language:Python 5.2%Language:TypeScript 3.6%Language:HTML 2.3%Language:CSS 0.6%