Raspberry Pi utilities
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| capture-local.sh | ||
| capture-mjpgstreamer.sh | ||
| capture-raspivid-netcat.sh | ||
| capture-raspivid-vlc.sh | ||
| LICENSE | ||
| README.md | ||
| rebootifnowifi.sh | ||
| renewcert.sh | ||
| videocapture | ||
raspi-utils
Raspberry Pi utilities.
capture*.sh- RPi video capture and streaming scripts, one for each kind of streaming that I've found to work in some respect:capture-raspivid-netcat.sh- Streams video from raspivid to a netcat listen socket. Client netcat can connect and pipe video to mplayer.capture-raspivid-vlc.sh- Streams video from raspivid to VLC, which runs an HTTP server to stream it to clients.capture-mjpgstreamer.sh- Runs raspistill rapidly and launches mjpg_streamer to broadcast the result.videocapture- init script to runcapture*.sh. Very hacky.