Version: 2023.01.19, Package name: liveMedia-20230119 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP and RTSP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications. The libraries are already being used to implement applications such as "liveCaster" and "playRTPMPEG" (for streaming MP3 audio using RTP/RTCP). The libraries can also be used to stream, receive, and process MPEG video, and can easily be extended to support additional (audio and/or video) codecs. They can also be used to build basic RTSP clients and servers, and have been used to add streaming support to existing media player applications, such as "mplayer". |
Filesize: 710.498 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-03 05:30:10 by Stuart Henderson | Files touched by this commit (3) |
Log message: Use https for comstyle.com MASTER_SITES lines. From Brad. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-10 15:15:33 by Christian Weisgerber | Files touched by this commit (2) |
Log message: fix build with clang6; bugfix from upstream (2018.02.28) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-03-16 10:46:33 by Christian Weisgerber | Files touched by this commit (41) |
Log message: remove SHARED_ONLY from ports that don't use any MODULES |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2009-04-15 02:22:12 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to liveMedia-20090407, from brad. Untested by pyr@ and gilles@ who slacked too much. |
2008-08-30 02:31:28 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to liveMedia 2008.07.25, and remove a wrong timeout. This fixes tv-over-ip for at least Free french ISP. ok brad@ |
2008-07-15 10:14:24 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to livemedia 20080706; bug fixes. ok jakemsr@ |
2008-04-13 01:13:59 by Jacob Meuser | Files touched by this commit (2) |
Log message: maintenence update to live.2008.04.09 from brad@ |
2007-10-02 20:19:06 by Jacob Meuser | Files touched by this commit (3) |
Log message: maintainence update to live.2007.08.03a mostly bugfixes from brad@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-27 00:27:20 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - regen distinfo to base64 encoded spotted by martynas@ |
2007-04-20 01:39:20 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - revert, for now (mplayer links fine without this and vlc live555 support has been disabled) |
2007-04-19 15:14:26 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - compile with "-fPIC" on amd64 so that shared objects (ie. vlc brower plugin) can link correctly problem noticed by Stuart Henderson <stu at spacehopper dot org> |