miguelmota / streamhut

Stream your terminal to web without installing anything 🌐
https://streamhut.io
Apache License 2.0
906 stars 38 forks source link

Doesn't work / what am I doing wrong? #19

Closed andres-erbsen closed 4 years ago

andres-erbsen commented 4 years ago
[browse@ashryn ~]$ while true; do date; sleep 1; done | nc stream.ht 1337
Thu Sep 10 08:17:46 PM EDT 2020
streamhut: streaming to https://stream.ht/ecjobt
Thu Sep 10 08:17:47 PM EDT 2020
Thu Sep 10 08:17:48 PM EDT 2020
Thu Sep 10 08:17:49 PM EDT 2020
Thu Sep 10 08:17:50 PM EDT 2020
Thu Sep 10 08:17:51 PM EDT 2020
Thu Sep 10 08:17:52 PM EDT 2020
Thu Sep 10 08:17:53 PM EDT 2020
Thu Sep 10 08:17:54 PM EDT 2020
^C
[browse@ashryn ~]$

but https://streamhut.io/s/ecjobt still shows

To get started, run in your terminal:

exec &> >(nc stream.ht 1337);echo \#ecjobt

I hope I am just doing something wrong, though -- :facepalm:?

miguelmota commented 4 years ago

Sorry about that. The live site wasn't updated with the latest code. Should be fixed now.