the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: livemedia
Version: 0.0.2008.01.04
Revision: 1
Source: http://www.getphuture.com/pub/fink/%n/live.2008.01.04.tar.gz
Source-MD5: c774c9b284a36717b488002e53d07ac7
SourceDirectory: live
GCC: 4.0
License: LGPL
Maintainer: Pierre-Henri Lavigne
HomePage: http://www.live555.com/liveMedia/
Description: LIVE555 Streaming Media
DescDetail: <<
This code forms a set of C++ libraries for multimedia streaming, using
open standard protocols (RTP/RTCP, RTSP, SIP). 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 "the LIVE555 Media Server" (a RTSP
server application), "liveCaster" and "playRTPMPEG" (for streaming MP3
audio using RTP/RTCP), and "vobStreamer" (for streaming DVD content
using RTP/RTCP/RTSP). The libraries can also be used to stream, receive,
and process MPEG, H.263+ or JPEG video, and several audio codecs. They
can easily be extended to support additional (audio and/or video) codecs,
and can also be used to build basic RTSP or SIP clients and servers, and
have been used to add streaming support to existing media player
applications, such as "VLC" and "MPlayer"
<<
DocFiles: COPYING README
CompileScript: <<
#!/bin/sh -ev
./genMakefiles macosx
make
<<
InstallScript: <<
#!/bin/sh -ev
install -d %i/lib %i/lib/live
install -d %i/lib/live/UsageEnvironment %i/lib/live/UsageEnvironment/include
install -m 644 UsageEnvironment/libUsageEnvironment.a %i/lib/live/UsageEnvironment
install -m 644 UsageEnvironment/include/*.hh %i/lib/live/UsageEnvironment/include
install -d %i/lib/live/groupsock %i/lib/live/groupsock/include
install -m 644 groupsock/libgroupsock.a %i/lib/live/groupsock
install -m 644 groupsock/include/*.hh %i/lib/live/groupsock/include
install -m 644 groupsock/include/NetCommon.h %i/lib/live/groupsock/include
install -d %i/lib/live/liveMedia %i/lib/live/liveMedia/include
install -m 644 liveMedia/libliveMedia.a %i/lib/live/liveMedia
install -m 644 liveMedia/include/*.hh %i/lib/live/liveMedia/include
install -d %i/lib/live/BasicUsageEnvironment %i/lib/live/BasicUsageEnvironment/include
install -m 644 BasicUsageEnvironment/libBasicUsageEnvironment.a %i/lib/live/BasicUsageEnvironment
install -m 644 BasicUsageEnvironment/include/*.hh %i/lib/live/BasicUsageEnvironment/include
install -d %i/lib/live/testProgs
install -m 644 testProgs/MPEG2TransportStreamIndexer %i/lib/live/testProgs
install -m 644 testProgs/openRTSP %i/lib/live/testProgs
install -m 644 testProgs/playSIP %i/lib/live/testProgs
install -m 644 testProgs/sapWatch %i/lib/live/testProgs
install -m 644 testProgs/testAMRAudioStreamer %i/lib/live/testProgs
install -m 644 testProgs/testMP3Receiver %i/lib/live/testProgs
install -m 644 testProgs/testMP3Streamer %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2AudioVideoStreamer %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2AudioVideoToDarwin %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2ProgramToTransportStream %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2Splitter %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2VideoReceiver %i/lib/live/testProgs
install -m 644 testProgs/testMPEG1or2VideoStreamer %i/lib/live/testProgs
install -m 644 testProgs/testMPEG2TransportStreamer %i/lib/live/testProgs
install -m 644 testProgs/testMPEG2TransportStreamTrickPlay %i/lib/live/testProgs
install -m 644 testProgs/testMPEG4VideoStreamer %i/lib/live/testProgs
install -m 644 testProgs/testMPEG4VideoToDarwin %i/lib/live/testProgs
install -m 644 testProgs/testOnDemandRTSPServer %i/lib/live/testProgs
install -m 644 testProgs/testRelay %i/lib/live/testProgs
install -m 644 testProgs/testWAVAudioStreamer %i/lib/live/testProgs
install -m 644 testProgs/vobStreamer %i/lib/live/testProgs
<<