Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@benbusby benbusby released this 07 Apr 00:28
· 7 commits to main since this release
751a583

Includes the following features/improvements:

  • Rewritten in Rust
  • Much lighter app
    • Removed Janus dependency
    • Removed WebRTC
  • Simpler user interface

The setup is now also drastically simplified. The new basic steps to get it running are:

  1. Installing pigpiod
  2. Downloading raztot executable (attached to this release) onto your Raspberry Pi
  3. Piping raspivid into raztot
    • i.e. raspivid -ISO 0 -t 0 -n -o - -w 640 -h 480 -fps 90 -b 25000000 -cd MJPEG -hf -vf | ./raztot-ARMv7

The project is still a work in progress, but is at least headed in a better direction now.