2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2013-01-30 15:28:53 +00:00
2018-06-19 00:14:19 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2013-07-29 20:20:19 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2015-04-30 11:50:58 +01:00
2015-04-30 11:50:58 +01:00
2012-12-09 13:50:13 +00:00
2016-09-15 16:39:05 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2018-06-19 00:14:19 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2018-06-19 00:14:19 +01:00
2018-06-19 00:14:19 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00
2017-01-28 17:29:20 +00:00
2017-01-28 17:29:20 +00:00
2012-12-09 13:50:13 +00:00
2016-06-24 14:49:43 -04:00
2012-12-09 13:50:13 +00:00
2018-06-19 00:14:19 +01:00
2013-01-30 15:28:53 +00:00
2017-01-28 17:29:20 +00:00
2017-01-28 17:29:20 +00:00
2012-12-09 13:50:13 +00:00
2017-06-07 12:58:26 +01:00
2012-12-09 13:50:13 +00:00
2012-12-09 13:50:13 +00:00

Build Instructions

./genMakefiles linux
make -j4

Replace "linux" with your platform, e.g. avr32-linux, cygwin, freebsd, iphoneos, linux, linux-64bit, macosx, openbsd, solaris-64bit, etc (see config.PLATFORM files)

You will find various executables:

  • ./testProgs - contain various programs such as testRTSPClient to receive an RTSP stream
  • ./proxyServer/live555ProxyServer - a great RTSP proxy server
  • ./mediaServer/live555MediaServer - an RTSP media server for serving static files over RTSP

Changes to Master

See modifications.patch to see exactly what was changed compared to vanilla.

Buffer sizes

OutPacketBuffer::maxSize is increased to 2,000,000 bytes which makes live555 work better with buggy IP cameras.

Force port re-use

Added -DALLOW_RTSP_SERVER_PORT_REUSE=1 to force reusing existing port (e.g. when restarting the proxy). Please ensure you never run multiple instances of the proxy on the same port!

Description
A mirror of the live555 source code.
Readme 17 MiB
Languages
C++ 98.8%
C 1%
Makefile 0.1%