From 1f1507ced96cd46c531e01dd2fc7ca9a2d6c5d3e Mon Sep 17 00:00:00 2001 From: Olivier Wulveryck Date: Wed, 19 May 2021 10:21:28 +0200 Subject: [PATCH] chore: minor adjustement --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 064e9be..5ae27ba 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ I use this toy project to stream my remarkable 2 (firmware 2.5) on my laptop usi [video/demo here](https://www.youtube.com/watch?v=c4-hJ6xRzg4) +Note: click on the video to take a screenshot. The screenshot is a png file with transparent background. ## Quick start You need ssh access to your remarkable @@ -23,14 +24,14 @@ Copy the server on the remarkable and start it. ```shell scp goMarkableStreamServer.arm remarkable: -ssh remarkable './goMarkableStreamServer.arm $(pidof xochitl)' +ssh remarkable './goMarkableStreamServer.arm' ``` ### The client - Start the client: `RK_SERVER_ADDR=ip.of.remarkable:2000 ./goMarkableClient` -- Point your browser to [`http://localhost:8080/video`](http://localhost:8080/video) +- Point your browser to [`http://localhost:8080/`](http://localhost:8080/) ### Configuration