X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=README;h=ed86214d27d329ecddeb4c8f8c5c3107e1a062e2;hp=fc9e6acae6b3b78b481f5a4c475476f1ceef45b1;hb=HEAD;hpb=c0ca8b81d10855a76d6702d2743ec6431a0b41d5 diff --git a/README b/README index fc9e6ac..60a67c7 100644 --- a/README +++ b/README @@ -51,11 +51,10 @@ Nageru currently needs: - x264 for encoding high-quality video suitable for streaming to end users. - FFmpeg for muxing, and for encoding audio. You will need at least - version 5.0. + version 5.1. - Working OpenGL; Movit works with almost any modern OpenGL implementation. - Nageru has been tested with Intel on Mesa (you want 11.2 or newer, due - to critical stability bugfixes), and with NVIDIA's proprietary drivers. + Nageru has been tested with Intel on Mesa, and with NVIDIA's proprietary drivers. The status of AMD's proprietary drivers is currently unknown. - libzita-resampler, for resampling sound sources so that they are in sync @@ -111,7 +110,7 @@ with: libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \ libprotobuf-dev libsqlite3-dev meson libjpeg-dev libsrt-gnutls-dev -Exceptions as of July 2022: +Exceptions as of September 2023: - Debian does not carry CEF (but it is optional). You can get experimental (and not security-supported) CEF Debian packages built for unstable at @@ -119,9 +118,6 @@ Exceptions as of July 2022: meson obj -Dcef_dir=/usr/lib/x86_64-linux-gnu/cef -Dcef_build_type=system -Dcef_no_icudtl=true - - Debian's SVT-AV1 is too old, so you will need to compile it yourself - if you wish to use it for streaming. - The patches/ directory contains a patch that helps zita-resampler performance. It is meant for upstream, but was not in at the time Nageru was released. @@ -133,7 +129,7 @@ type meson obj && cd obj && ninja -To start Nageru, just hook up your equipment, and then type “./nageru”. +To start Nageru, hook up your equipment, and then type “./nageru”. For Futatabi documentation, please see https://nageru.sesse.net/doc/. It is strongly recommended to have the rights to run at real-time priority;