diff options
author | Mike Williams <mwilli60@harris.com> | 2011-05-11 16:19:56 -0400 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-26 22:55:15 +0200 |
commit | 86885771d445daf47003aee6b2a9325dc62299ba (patch) | |
tree | 94d62975c08185e0d6b1784e696448dc89eba93c /package/multimedia/live555/Config.in | |
parent | f7fcfbfa9d1e571672877da8d85f838329713825 (diff) |
package: Added Live555 RTSP Server package
[Peter: misc fixes, use real version, correct compile/link flags]
Signed-off-by: Mike Williams <mwilli60@harris.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/live555/Config.in')
-rw-r--r-- | package/multimedia/live555/Config.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package/multimedia/live555/Config.in b/package/multimedia/live555/Config.in new file mode 100644 index 000000000..610fafc1a --- /dev/null +++ b/package/multimedia/live555/Config.in @@ -0,0 +1,33 @@ +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/ + +config BR2_PACKAGE_LIVE555_OPENRTSP + bool "OpenRTSP" + depends on BR2_PACKAGE_LIVE555 + default y + help + Live555 RTSP Client. + +config BR2_PACKAGE_LIVE555_MEDIASERVER + bool "live555MediaServer" + depends on BR2_PACKAGE_LIVE555 + default y + help + RTSP Server. Supports numerous media formats such as H.264 and MPEG2. + +config BR2_PACKAGE_LIVE555_MPEG2_INDEXER + bool "MPEG2TransportStreamIndexer" + depends on BR2_PACKAGE_LIVE555 + default y + help + MPEG2 Transport Stream Indexer. Provides indexes allowing 'trick play' + operation in the Live555MediaServer. + +comment "Live555 needs C++ compiler" + depends on !BR2_INSTALL_LIBSTDCPP |