2011-05-11 22:19:56 +02:00
|
|
|
config BR2_PACKAGE_LIVE555
|
|
|
|
bool "live555"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
LIVE555 Streaming Media forms a set of C++ libraries for multimedia
|
|
|
|
streaming, using open standard protocols (RTP/RTCP, RTSP, SIP).
|
|
|
|
|
|
|
|
http://www.live555.com/liveMedia/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIVE555
|
|
|
|
|
2011-05-11 22:19:56 +02:00
|
|
|
config BR2_PACKAGE_LIVE555_OPENRTSP
|
|
|
|
bool "OpenRTSP"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Live555 RTSP Client.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIVE555_MEDIASERVER
|
|
|
|
bool "live555MediaServer"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
RTSP Server. Supports numerous media formats such as H.264 and MPEG2.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIVE555_MPEG2_INDEXER
|
|
|
|
bool "MPEG2TransportStreamIndexer"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
MPEG2 Transport Stream Indexer. Provides indexes allowing 'trick play'
|
|
|
|
operation in the Live555MediaServer.
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "live555 needs a toolchain w/ C++"
|
2011-05-11 22:19:56 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|