]> git.sesse.net Git - cubemap/commitdiff
Document pipes in the README.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 14:37:49 +0000 (15:37 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 14:37:49 +0000 (15:37 +0100)
README

diff --git a/README b/README
index efcfa77f3592d123cd72f1a3d36ebe8fc3f2ceba..7ae25dfab6fd339b303e91d3a87a79942a33f1bb 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)