ttycast icon indicating copy to clipboard operation
ttycast copied to clipboard

Broadcast your tty to the world! Stream your live terminal session online. Powered by ttyrec, tty.js and Socket.IO

Results 6 ttycast issues
Sort by recently updated
recently updated
newest added

24-bit true color is not supported. Any possibility to support it? Actual terminal (with true color supported): ![image](https://user-images.githubusercontent.com/1009873/44302215-316fdc80-a2f2-11e8-96fa-9cc9f2beeaee.png) What we see in the browser: ![image](https://user-images.githubusercontent.com/1009873/44302219-3d5b9e80-a2f2-11e8-9382-3b27fb267de8.png)

On the server, nothing needs to be run. You just have to make sure that `ttycast` is installed and on the path. On the client, run this: mkfifo /tmp/ttycast ttyplay...

This way, other JS in the client can use the socket too. This is the last change I need to get my own little project running, and is the client-side...

It looks like there are some issues when using braille fonts that cause the alignment to be broken. A good example of this is the use the [`blessed-contrib`](https://github.com/yaronn/blessed-contrib) project's example...

Hi, I am getting this exception. Can you please guide how to fix this. dhana013@HP-ProBook-4430s:~$ ttyreccast outfile.tty ++ tput lines - lines=37 ++ tput cols - cols=145 ++ mktemp -u...

Would be good if ttycast could expose access to override the `conf.term.colors` value for tty.js