The source code package can be found
(as a ".tar.gz" file)
here.
Use "tar -x" and "gunzip" (or "tar -xz", if available)
to extract the package; then cd to the "live" directory.
Then run
from http://live555.com/liveMedia/
------------------------------------------------
相关程序:
./genMakefiles <os-platform>where <os-platform> is your target platform - e.g., "linux" or "solaris" - defined by a "config.<os-platform>" file. This will generate a Makefile in the "live" directory and each subdirectory. Then run "make".
- If the "make" fails, you may need to make small modifications to the appropriate "config.<os-platform>" file, and then re-run "genMakefiles <os-platform>". (E.g., you may need to add another "-I<dir>" flag to the COMPILE_OPTS definition.)
- Some people (in particular, FreeBSD users) have reported that the GNU version of "make" - often called "gmake" - works better than their default, pre-installed version of "make". (In particular, you should try using "gmake" if you encounter linking problems with the "ar" command.)
- If you're using "gcc" version 3.0 or greater: You may also wish to add the -Wno-deprecated flag to CPLUSPLUS_FLAGS.
- If no "config.<os-platform>" file exists for your target platform, then try using one of the existing files as a template.
from http://live555.com/liveMedia/
------------------------------------------------
相关程序:
LIVE555 Media Server A complete RTSP server application.
Source-code libraries for standards-based RTP/RTCP/RTSP/SIP multimedia streaming, suitable for embedded and/or low-cost streaming applications. See also:
- "openRTSPTM" - a command-line RTSP client
- "playSIPTM" - a command-line SIP session recorder
- "wis-streamer" - an open source streaming server for the Linux WIS GO7007 Encoder Driver
- RTSP/RTP streaming support for the "MPlayer" media player
- "vobStreamerTM" - a network DVD player (Stream your DVD content over a LAN)