This commit is contained in:
Mark 2025-01-25 21:24:13 -08:00
parent f0f4bec8db
commit 27f42c34e9
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -88,7 +88,7 @@ restream_rs="PATH=\"\$PATH:/opt/bin/:.\" restream"
listen_port=16789
ssh_cmd "$restream_rs --listen $listen_port" &
sleep 1 # give some time to restream.rs to start listening
receive_cmd="nc $(remarkable) $listen_port"
receive_cmd="nc $remarkable $listen_port"
# TODO: return this from stdout
width=1872