2020-02-12 13:19:06 +01:00
|
|
|
# reStream
|
|
|
|
|
|
|
|
Snappy reMarkable screen sharing over SSH.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
On your **host** machine:
|
|
|
|
- Any POSIX-shell (e.g. bash)
|
|
|
|
- [zstd](http://www.zstd.net/)
|
2020-02-12 13:51:59 +01:00
|
|
|
- ffmpeg (with ffplay)
|
2020-02-12 13:19:06 +01:00
|
|
|
- ssh
|
|
|
|
|
|
|
|
On your **reMarkable**:
|
2020-02-12 13:51:59 +01:00
|
|
|
- zstd (`opkg install zstd`)
|
|
|
|
- netcat (`opkg install netcat`)
|
|
|
|
- coreutils-head (`opkg install coreutils-head`)
|