X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=46a943aba596035d641743b2bb504dad5b98ce7e;hb=3464053ffc7a676961ab825f6fc6aa0dcbd9f50f;hp=efcfa77f3592d123cd72f1a3d36ebe8fc3f2ceba;hpb=b8cc60e5bec90ab08ac96e8017c0de22c0fb5e41;p=cubemap diff --git a/README b/README index efcfa77..46a943a 100644 --- 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