shithub: qoistream

ref: 45418db47966d92700a285df680b6edfd0d1a43b
dir: /README.md/

View raw version
# qoistream

The idea is to capture screen (or a window) and encode it as a stream
of [QOI](https://qoiformat.org) images.  That stream is supposed to be
sent over ethernet to another machine and displayed there.  Kind of
like a cheap screen sharing.  Each frame is lossless but smaller than
raw images (~620Kb vs ~8Mb for full hd, for example).

`qoisend` is used on 9front side, `qoirecv` on Unix side. Default port is 12345.

	# linux
	$ qoirecv

	# 9front
	% video/qoisend /dev/screen | aux/trampoline tcp!unixhost!12345