Commit Graph

99 Commits

Author SHA1 Message Date
f1efbf6d22 Unsecure connection supports also ssh_config aliases. 2021-06-30 10:59:09 +02:00
edabacfb55 hflip: eventually restore the correct orientation of web cam 2021-06-30 10:59:09 +02:00
2eb60e4c87 unsecure-connection: removed hard-coded remarkable ip 2021-06-30 10:59:08 +02:00
d85938b441 README.md: Internal broken link 2021-06-30 10:59:08 +02:00
73c5c7c131 Terminate script when ffmplay window closes 2021-06-30 10:08:24 +02:00
57dcd7ca27 Fix links 2021-01-29 18:04:09 +01:00
49396e2811 Change order of Installation/reMarkable 2021-01-29 16:21:24 +01:00
AF
a5cf399e34 Apply suggestions from code review
Co-authored-by: Rien <rien.maertens@posteo.be>
2021-01-29 16:21:24 +01:00
66ab63cea2 Install reStream, downloading the latest release and not cloning this repo 2021-01-29 16:21:24 +01:00
cf04ee83c6 Updated README.md with missing documentation about unsecure-connection 2021-01-29 12:44:47 +01:00
495a8b59a5 Build restream.rs binary 2021-01-29 00:16:37 +01:00
45a66480a2 restream.rs: use cli arguments instead of discovery 2021-01-29 00:12:13 +01:00
a24f94c4a6 Bump restream.rs version to match restream.sh 2021-01-28 23:40:47 +01:00
b678e5f36b Apply shfmt 2021-01-28 23:36:35 +01:00
8bc19b5b69 restream is now in stable 2021-01-28 23:30:32 +01:00
322dbfa4e4 Merge branch 'support-rm2fb' of https://github.com/danshick/reStream into danshick-support-rm2fb 2021-01-28 23:24:58 +01:00
059f1b7894 Enable GitHub actions again 2021-01-28 23:18:35 +01:00
dcd3007932 Listen for connection on rM instead of host 2021-01-28 23:11:07 +01:00
a459714694 Merge branch 'main' into support-rm2fb 2021-01-22 14:57:26 -05:00
87981226c5 Add option to send data over a tcp socket
This reducec the dropbear cpu usage to basically
nothing, since the traffic does not need encryption
anymore.

This option uses the nc command on the client side.
So this will not work with windows as of now!
2021-01-13 12:43:52 +01:00
e4080ede2a Windows installation instructions 2021-01-08 11:23:00 +01:00
3501a4f6da Disable shellcheck SC2016 for ssh_cmd 2021-01-05 15:12:14 -05:00
632e1b391b Update README.md to reflect toltec install method 2021-01-05 15:12:14 -05:00
42f0dd116d Add support for rm2fb 2021-01-05 15:12:14 -05:00
3187c03e88 Disable password auth, mention rM2 ed25519 issue
Fixes #38
2021-01-05 20:09:41 +01:00
c41b877789 Fix formatting 2021-01-01 14:55:28 +01:00
38ff447ae6 Fix transpose options for rM2 2021-01-01 14:52:30 +01:00
1b213ad7ac Use correct binary 2021-01-01 14:51:49 +01:00
794db4c2e7 Fix formatting 2021-01-01 14:51:49 +01:00
4203ac7960 Fix typo 2021-01-01 14:51:49 +01:00
a0248760bd Edit reStream.sh and README 2021-01-01 14:51:46 +01:00
4c27256fef Fix some minor issues with restream binary 2021-01-01 14:50:43 +01:00
9352090965 Add restream Rust executable 2021-01-01 14:50:43 +01:00
2e280f889d Use head and tail instead of dd 2021-01-01 14:50:43 +01:00
221aa0e7b3 Use a better way to find the framebuffer address 2021-01-01 14:50:43 +01:00
0dc05496a9 Improve performance for carving memory 2021-01-01 14:50:42 +01:00
cdd88ac6a3 Apply @thomsten's suggestion
Co-authored-by: Thomas Stenersen <stenersen.thomas@gmail.com>
2021-01-01 14:50:42 +01:00
c90bfff017 Apply @xiu's suggestion
Co-authored-by: Guillaume Herail <xiu@users.noreply.github.com>
2021-01-01 14:50:42 +01:00
7eb0143866 Change rM2 supported badge 🎉 2021-01-01 14:50:42 +01:00
d436a8ecb0 shfmt 2021-01-01 14:50:42 +01:00
995486e1ec Update script to work with multiple reMarkable versions 2021-01-01 14:50:42 +01:00
eebf5e9880 Fix options in README 2020-12-31 15:44:04 +01:00
24b4846ec7 Merge branch 'cloudsftp-feature/window-title' 2020-12-31 15:22:38 +01:00
6f55f735b0 Simplify cli options 2020-12-31 15:22:11 +01:00
f1cb66b663 Use ffmpeg native options to do scaling and padding math (#34)
* Use ffmpeg native options to do scaling and padding math

* whitespace
2020-12-31 15:19:16 +01:00
943489a9fd Use ffmpeg native options to do scaling and padding math (#34)
* Use ffmpeg native options to do scaling and padding math

* whitespace
2020-12-23 15:04:51 +01:00
8ef4a6993b add description of option to README 2020-11-20 12:34:16 +01:00
7a44de2862 fix typos 2020-11-20 12:29:32 +01:00
e775e8707b enable recording to output 2020-11-20 12:23:15 +01:00
30ac3b714d add option to change the window title (default: reStream) 2020-11-20 12:14:45 +01:00