b932f3e2e0
This fixes stalling during encoding. The FFmpeg devs seem to think that it's normal to change the default behaviour or their code, so this needs to be fixed here instead. Fixes #73 |
||
---|---|---|
bench | ||
doc | ||
examples | ||
include | ||
src | ||
test | ||
test-images | ||
.gitignore | ||
COPYING | ||
FUNDING.yml | ||
README.md | ||
_clang-format | ||
meson.build | ||
meson_options.txt | ||
test-zrle.c |
README.md
Neat VNC
Introduction
This is a liberally licensed VNC server library that's intended to be fast and neat.
Goals
- Speed.
- Clean interface.
- Interoperability with the Freedesktop.org ecosystem.
Building
Runtime Dependencies
- aml - https://github.com/any1/aml/
- ffmpeg (optional)
- gbm (optional)
- gnutls (optional)
- libdrm (optional)
- libturbojpeg (optional)
- pixman
- zlib
Build Dependencies
- libdrm
- meson
- pkg-config
To build just run:
meson build
ninja -C build