85 Commits

Author SHA1 Message Date
cef1cd7495 Minor cleanup
Some checks failed
Check / linting (push) Failing after 6s
Check / formatting (push) Failing after 6s
Check / build (push) Failing after 3m37s
2025-01-26 10:33:13 -08:00
b6235368bd fix v4l2
Some checks failed
Check / linting (push) Failing after 6s
Check / formatting (push) Failing after 7s
Check / build (push) Failing after 2m35s
2025-01-25 22:05:42 -08:00
27f42c34e9 f 2025-01-25 21:24:13 -08:00
f0f4bec8db Trim restream.sh 2025-01-25 21:23:52 -08:00
66d13d6636 Fix filter 2025-01-25 17:27:20 -08:00
f95c2667c7 No compression 2025-01-25 17:27:07 -08:00
38b819c32a Fix ip detector 2025-01-25 17:26:26 -08:00
a46eb517e8 Format 2025-01-25 15:27:53 -08:00
Rien Maertens
006d83e9b8 Update version string in reStream.sh 2024-01-18 12:14:11 +01:00
Itay Grudev
f34e513bd4 Rescaled grey16be colors using ffmpegs colorlevels to directly correct the original issue 2024-01-09 20:33:50 +02:00
Rien Maertens
333da2a5e5 Remove superfluous whitespace 2024-01-09 17:55:13 +01:00
Murdock Grewar
3ad7c1700b Release EXIT signal trap if SSH failed 2024-01-09 17:52:26 +01:00
Rien Maertens
dae1d0601f Merge branch 'patch-1' of github.com:thebeanogamer/reStream-1 2024-01-09 17:35:19 +01:00
Rien Maertens
f4d3065a71 Merge remote-tracking branch 'abmantis/pen_marker' 2024-01-09 17:28:18 +01:00
Nickolas Andersen
e0e156bdfd Update reStream.sh 2023-11-14 07:14:09 -05:00
Nickolas Andersen
ed20ef64df Update reStream.sh
Can now detect if the Remarkable version is older than 2023-10-02. Versions ahead of this date use a different format for the video settings.
2023-11-13 21:10:05 -05:00
Daniel Milnes
2efd9ef0a9 Fix Help Text Formatting
When packaging reStream for Fedora, we run `help2man` to generate a man page. This is currently having issues parsing the output from `--help`, adding the double space helps it to understand.
2023-09-12 01:18:34 +01:00
abmantis
0572e186e5 Merge branch 'main' of https://github.com/rien/reStream into pen_marker 2022-05-07 18:41:06 +01:00
Rien Maertens
3862d9c5c8 Allow setting remarkable with environment variable 2022-02-13 13:34:41 +01:00
Rien Maertens
9deee838c9 v1.2.0 2021-11-04 20:07:43 +01:00
Rien Maertens
156e2e37cd Allow sha1 to ensure support for openssh 8.8 2021-11-04 09:21:14 +01:00
f3fora
aa0aa7c6ad Kill the process on remarkable at the end
close #66
2021-06-30 22:42:51 +02:00
Rien Maertens
c57fdde1ad Fix formatting with shfmt 2021-06-30 11:08:05 +02:00
Jakob Frantzvåg Karlsmoen
b32c195607 Revert "Add Fedora 33 specific checks as a result of crypto policy changes"
This reverts commit 1114c25816be8e7e07faab5d9429238e86ee392d.
2021-06-30 10:59:37 +02:00
Jakob Frantzvåg Karlsmoen
2d1536557c Revert "Fixed a bug where the no ssh connection would be established for any distro other than Fedora 33"
This reverts commit 48547865e1760de198bf482fa53799d0b6fc79b7.
2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen
f5ece2ce25 Revert "Expanded error message to include note about Fedora 33+"
This reverts commit 70fa392abb1cdd4dc92f1b500b3f27b13fc6c80c.
2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen
0844329d7e Expanded error message to include note about Fedora 33+ 2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen
c625fdd09a Fixed a bug where the no ssh connection would be established for any distro other than Fedora 33 2021-06-30 10:59:35 +02:00
Jakob Frantzvåg Karlsmoen
6bcee2b8f1 Add Fedora 33 specific checks as a result of crypto policy changes 2021-06-30 10:59:35 +02:00
Rien Maertens
ff10c3ddc4 shellcheck ignore SC2016 2021-06-30 10:59:35 +02:00
f3fora
f1efbf6d22 Unsecure connection supports also ssh_config aliases. 2021-06-30 10:59:09 +02:00
f3fora
edabacfb55 hflip: eventually restore the correct orientation of web cam 2021-06-30 10:59:09 +02:00
f3fora
2eb60e4c87 unsecure-connection: removed hard-coded remarkable ip 2021-06-30 10:59:08 +02:00
Rien Maertens
73c5c7c131 Terminate script when ffmplay window closes 2021-06-30 10:08:24 +02:00
Lukas Werling
66e98b1fee Draw pen hover position into image
This is useful to point out parts of your drawing when streaming to a
video conference.
2021-01-29 23:17:28 +01:00
Rien Maertens
45a66480a2 restream.rs: use cli arguments instead of discovery 2021-01-29 00:12:13 +01:00
Rien Maertens
b678e5f36b Apply shfmt 2021-01-28 23:36:35 +01:00
Rien Maertens
322dbfa4e4 Merge branch 'support-rm2fb' of https://github.com/danshick/reStream into danshick-support-rm2fb 2021-01-28 23:24:58 +01:00
Rien Maertens
dcd3007932 Listen for connection on rM instead of host 2021-01-28 23:11:07 +01:00
Linus
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
Dan Shick
3501a4f6da Disable shellcheck SC2016 for ssh_cmd 2021-01-05 15:12:14 -05:00
Dan Shick
42f0dd116d Add support for rm2fb 2021-01-05 15:12:14 -05:00
Rien Maertens
3187c03e88 Disable password auth, mention rM2 ed25519 issue
Fixes #38
2021-01-05 20:09:41 +01:00
Rien Maertens
c41b877789 Fix formatting 2021-01-01 14:55:28 +01:00
Rien Maertens
38ff447ae6 Fix transpose options for rM2 2021-01-01 14:52:30 +01:00
Rien Maertens
794db4c2e7 Fix formatting 2021-01-01 14:51:49 +01:00
Rien Maertens
4203ac7960 Fix typo 2021-01-01 14:51:49 +01:00
Rien Maertens
a0248760bd Edit reStream.sh and README 2021-01-01 14:51:46 +01:00
Rien Maertens
2e280f889d Use head and tail instead of dd 2021-01-01 14:50:43 +01:00
Rien Maertens
221aa0e7b3 Use a better way to find the framebuffer address 2021-01-01 14:50:43 +01:00