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:
- Installing pigpiod
- Downloading raztot executable (attached to this release) onto your Raspberry Pi
- 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
- i.e.
The project is still a work in progress, but is at least headed in a better direction now.