Closed macmenot closed 11 years ago
Well, ttycast is designed to be for live broadcasting... It's not a problem that this application aims to fix. Sorry.
Note that /tmp/ttycast
is a FIFO pipe, it can't be read over and over again.
If you want to put a whole terminal recording session online, then maybe you can use ttyrec
to record the terminal and save it to a file.
It may be possible to implement ttyplay in pure JavaScript and use it with tty.js
.
would it be possible for ttycast to automatically call
ttyplay
when a user connects, so that the playbacks starts from frame 0 each time, rather than being "live live"?i.e.,
if a client disconnected, ttycast would killoff the forked ttyplay process