Skip to content

Commit

Permalink
Merge pull request #77 from owulveryck/jsrefacto
Browse files Browse the repository at this point in the history
- performance enhancement because the streaming and decoding works in a worker thread
- the basic receiver is using an OffscreenCanvas (as mentioned in HackerNews)
- the rotation has been fixed. The screenshot is now in the correct orientation
  • Loading branch information
owulveryck authored Oct 3, 2023
2 parents 7f99494 + 902ab7c commit 1fbd2a0
Show file tree
Hide file tree
Showing 18 changed files with 698 additions and 603 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[![Go](https://github.com/owulveryck/goMarkableStream/actions/workflows/go.yml/badge.svg)](https://github.com/owulveryck/goMarkableStream/actions/workflows/go.yml)

# goMarkableStream

![poster](docs/goMarkableStream.png)

## Overview

The goMarkableStream is a lightweight and user-friendly application designed specifically for the reMarkable tablet.
Expand Down Expand Up @@ -65,7 +68,9 @@ Then, connect to `https://72e5-22-159-32-48.ngrok-free.app` to view the result.

## Exxperimental feature: video recording

There is anew exxperimental feature to record the stream in [webm](https://en.wikipedia.org/wiki/WebM) format. This is available on the side menu.
There is a new exxperimental feature to record the stream in [webm](https://en.wikipedia.org/wiki/WebM) format. This is available on the side menu.

[See this example with audio](docs/goMarkableStreamRecording.webm)

## Technical Details

Expand Down
135 changes: 0 additions & 135 deletions assets/index.html

This file was deleted.

Loading

0 comments on commit 1fbd2a0

Please sign in to comment.