Skip to content

Releases: 855princekumar/PiStream-Lite

PiStreamLite Installer v0.1.0

02 Dec 13:17
48218a4

Choose a tag to compare


PiStream-Lite v0.1.0 — First Debian Package Release

A one-command RTSP streaming stack for Raspberry Pi 3B+, Pi 4, and Pi 5 — now available as a native .deb package.


What’s inside the package

  • Installable .deb package
  • Global CLI tool pistreamlite
  • Self-healing RTSP pipeline
  • Full rollback & cleanup
  • systemd-aware status/log monitoring
  • Doctor/diagnostics command

Install

Simply download the .deb attached to this release, then:

wget https://github.com/855princekumar/PiStream-Lite/releases/download/v0.1.0/pistreamlite_0.1.0_arm64.deb
sudo dpkg -i pistreamlite_0.1.0_arm64.deb

Initialize:

pistreamlite install

Package Commands

pistreamlite install
pistreamlite rollback
pistreamlite status
pistreamlite logs
pistreamlite doctor
pistreamlite version

Remove / Rollback

sudo apt remove pistreamlite

All services, configs, binaries, and logs are auto-cleaned.


Tested On

  • Raspberry Pi 3B+ (64-bit only)
  • Raspberry Pi 4
  • Raspberry Pi 5
  • Raspberry Pi OS Bookworm 64-bit
  • Logitech C615 + generic USB webcams

Coming Next

  • Signed APT repository install:
sudo apt install pistreamlite
  • Optional RTSP auth (username/password)
  • Audio toggle
  • Multi-camera extensions

Enjoy streaming!
Feedback and contributions welcome.