X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=45c0e51c8a39fc2d3fb305e48f6624cf03c42b7a;hb=refs%2Fheads%2Fkaeru-cef-overlay-hack;hp=aaf62a775d8bb51152c62d66c84e178f5ca42e44;hpb=0aa4c2665980537a02b15f74acd32a207f67e520;p=nageru diff --git a/README b/README index aaf62a7..45c0e51 100644 --- a/README +++ b/README @@ -92,6 +92,12 @@ Nageru currently needs: is fine) and add -Dcef_dir=/cef_binary_X.XXXX.XXXX.XXXXXXXX_linux64 on the meson command line (substituting X with the real version as required). + - Optional: libsrt, for SRT inputs (by default, Nageru will listen on + port 9710, although you can change this port on the command line, + turn it off with --srt-port -1, or turn it off live in the UI). + If you build with libsrt, make sure it is not linked to OpenSSL, + for license reasons. + Futatabi also needs: @@ -109,9 +115,9 @@ with: libzita-resampler-dev libva-dev libavcodec-dev libavformat-dev \ libswscale-dev libavresample-dev libmovit-dev libegl1-mesa-dev \ libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \ - libprotobuf-dev libsqlite3-dev meson libjpeg-dev + libprotobuf-dev libsqlite3-dev meson libjpeg-dev libsrt-gnutls-dev -Exceptions as of April 2020: +Exceptions as of December 2020: - Debian does not carry CEF (but it is optional). You can get experimental (and not security-supported) CEF Debian packages built for unstable at