Graceful fallback to gzip if zstd is not present

This commit is contained in:
Rien Maertens
2020-02-12 14:47:47 +01:00
parent 0cdbae1cb2
commit 7558b0935a
2 changed files with 23 additions and 21 deletions

View File

@@ -6,11 +6,9 @@ Snappy reMarkable screen sharing over SSH.
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`)
On your **reMarkable** it is recommended to install [zstd](https://zstd.net) (`opkg install zstd` if you have [entware](https://github.com/evidlo/remarkable_entware) installed.) to have a smoother experience (sub-second latency). However, if you don't have it installed `reStream` will fall back to `gzip` which is installed by default.