[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/msd_lite/msd_lite.desc [COPY] Copyright (C) 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Multicast streaming daemon - IPTV over HTTP [T] msd_lite relays multicast IPTV groups to HTTP clients, in the same role [T] as udpxy but built around a threaded event engine with zero-copy [T] forwarding, so it holds up better with many simultaneous clients. It [T] keeps one multicast join per group no matter how many viewers ask for [T] it, and can serve the same stream to all of them. [U] https://github.com/rozhuk-im/msd_lite [A] Rozhuk Ivan [M] Dennie Mahne [C] extra/network [L] BSD [V] fa68e13 [D] bc4dfef6c73859fdeff167ab0af2de1905ff1deaf226d3c87719eb5b msd_lite-fa68e13.tar.gz https://github.com/rozhuk-im/msd_lite/archive/fa68e13/ [D] 8cf9f9e99e8e8f557c0b1178c3991ba1200adbad329ecd713df3079b liblcb-e2f420a.tar.gz https://github.com/rozhuk-im/liblcb/archive/e2f420a/ pkg_msd_lite_liblcb() { tar -xf $(match_source_file -p liblcb.*tar.gz) rm -rf src/liblcb mv -v liblcb-* src/liblcb } hook_add prepatch 5 pkg_msd_lite_liblcb