[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/live/live.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A set of C++ libraries for RTSP multimedia streaming [T] This code forms a set of C++ libraries for multimedia streaming, using [T] open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which [T] can be compiled for Unix (including Linux and Mac OS X), Windows, and [T] QNX (and other POSIX-compliant systems) - can be used to build [T] streaming applications. [U] http://www.live555.com/liveMedia/ [A] Developers at live.com [M] Rene Rebe [F] NOPARALLEL FPIC [C] extra/multimedia [L] LGPL [S] Stable [V] 2025.07.10 [D] ef305030495d415afc66e3dc6dc9c6206868677eab96e522435108cd live.2025.07.10.tar.gz http://www.live555.com/liveMedia/public/ rtsp_pm() { echo "Manually installing files ..." find . -name '*.hh' -o -name '*.h' | while read file; do mkdir -p $includedir/`dirname $file | sed s,include/,,` cp -r $file $includedir/`echo $file | sed s,include/,,` done find . -name '*.so' -o -name '*.a' | while read file; do cp -r $file $libdir/ done } # no ./configure and no make install ... runconf=0 makeinstopt= hook_add premake 3 "./genMakefiles linux" hook_add postmake 3 "rtsp_pm"