restream/README.md
2020-02-12 13:51:59 +01:00

17 lines
325 B
Markdown

# reStream
Snappy reMarkable screen sharing over SSH.
## Requirements
On your **host** machine:
- Any POSIX-shell (e.g. bash)
- [zstd](http://www.zstd.net/)
- ffmpeg (with ffplay)
- ssh
On your **reMarkable**:
- zstd (`opkg install zstd`)
- netcat (`opkg install netcat`)
- coreutils-head (`opkg install coreutils-head`)