Nice use case for IPv6.
Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
41–48 of 48 posts
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#42It would be awesome if it supports XMPP/SIP. And btw is there a image previewer for terminal?
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#43I remember watching the world cup on an ASCII terminal
:)
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#44It would be awesome if it supports XMPP/SIP. And btw is there a image previewer for terminal?
I recently started looking into building a similar web cam project using WebRTC, except sending ascii images over the datachannel instead of encoded video. So, I was pleased to see this project making it happen. You could easily implement this with XMPP/SIP over WebRTC.
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#45Earlier quoted context omitted.
I recently started looking into building a similar web cam project using WebRTC, except sending ascii images over the datachannel instead of encoded video. So, I was pleased to see this project making it happen. You could easily implement this with XMPP/SIP over WebRTC.
That's interesting. But if you already have a graphical browser which supports WebRTC, why do you still need the ascii? Or is there a terminal browser with WebRTC support?
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#46I made a similar project to this (but without sound).
https://github.com/kfei/sshcam
Which uses SSH connection, 256-colors, Unicode block characters and CIE94 algorithm to compute color distance when mapping colors to 256 palette.
Watch it in action: https://www.youtube.com/watch?v=pAa-pGda9kY
Re: Show HN: A Simple terminal-based video chat – renders in ASCII and has audio
#47> p2pvc does not get around NAT, so you may need to port forward. It uses ports 55555 and 55556 for audio and video respectively. Nice use case for IPv6.