You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,17 @@ The goMarkableStream is a lightweight and user-friendly application designed spe
11
11
12
12
Its primary goal is to enable users to stream their reMarkable tablet screen to a web browser without the need for any hacks or modifications that could void the warranty.
13
13
14
+
## Device support
15
+
16
+
- Remarkable 2
17
+
- Remarkable Paper Pro (see notes below)
18
+
19
+
### Remarkable Paper Pro
20
+
21
+
Remarkable Paper Pro is in initial support. The application is not yet fully tested on this device and some features may not work as expected.
22
+
23
+
When running on the Remarkable Paper Pro, `RLE_COMPRESSION` environment variable must be set to `false` since it's not supported.
24
+
14
25
## Version support
15
26
16
27
- reMarkable with firmware < 3.4 may use goMarkableStream version < 0.8.6
@@ -122,6 +133,9 @@ Configure the application via environment variables:
122
133
- `RK_HTTPS`: (True/False, default: `true`) Enable or disable HTTPS.
123
134
- `RK_COMPRESSION`: (True/False, default: `false`) Enable or disable compression.
124
135
- `RK_DEV_MODE`: (True/False, default: `false`) Enable or disable developer mode.
136
+
- `RLE_COMPRESSION`: (True/False, default: `true`) Enable or disable RLE compression.
137
+
- `ZSTD_COMPRESSION`: (True/False, default: `false`) Enable or disable ZSTD compression.
138
+
- `ZSTD_COMPRESSION_LEVEL`: (Integer, default: `3`) Set the ZSTD compression level.
125
139
126
140
### Endpoint Configuration
127
141
Add query parameters to the URL (`?parameter=value&otherparameter=value`):
0 commit comments