]> git.sesse.net Git - cubemap/blobdiff - README
Create $(libdir) on make install.
[cubemap] / README
diff --git a/README b/README
index efcfa77f3592d123cd72f1a3d36ebe8fc3f2ceba..46a943aba596035d641743b2bb504dad5b98ce7e 100644 (file)
--- a/README
+++ b/README
@@ -12,7 +12,10 @@ A short list of features:
    Cubemap also survives the encoder dying and reconnecting.
  - Support for setting max pacing rate through the fq packet scheduler.
  - Reflects anything VLC can reflect over HTTP, even the muxes VLC
-   has problems reflecting itself (in particular, FLV).
+   has problems reflecting itself (in particular, FLV). Can also
+   call out to external programs to receive or fetch streams in arbitrary
+   ways (e.g. through SRT), although of course they do not necessarily
+   have the same intrinsic high-availability reconfiguration support.
  - Multicast support, both for sending and receiving (supports only protocols
    that can go over UDP, e.g. MPEG-TS). Supports both ASM and SSM.
  - TLS output support, through the TLSe library (requires libtomcrypt)
@@ -25,7 +28,9 @@ A short list of features:
 
 HOWTO:
 
-  sudo apt install libprotobuf-dev protobuf-compiler libsystemd-dev libtomcrypt-dev pkg-config
+  sudo apt install libprotobuf-dev protobuf-compiler libsystemd-dev libtomcrypt-dev pkg-config autoconf
+  sudo apt install libavformat-dev libavutil-dev  # Optional
+  autoreconf -I .
   ./configure
   make -j4