Config.in 889 B

123456789101112131415161718192021222324252627282930313233
  1. config BR2_PACKAGE_LIVE555
  2. bool "live555"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. LIVE555 Streaming Media forms a set of C++ libraries for multimedia
  6. streaming, using open standard protocols (RTP/RTCP, RTSP, SIP).
  7. http://www.live555.com/liveMedia/
  8. config BR2_PACKAGE_LIVE555_OPENRTSP
  9. bool "OpenRTSP"
  10. depends on BR2_PACKAGE_LIVE555
  11. default y
  12. help
  13. Live555 RTSP Client.
  14. config BR2_PACKAGE_LIVE555_MEDIASERVER
  15. bool "live555MediaServer"
  16. depends on BR2_PACKAGE_LIVE555
  17. default y
  18. help
  19. RTSP Server. Supports numerous media formats such as H.264 and MPEG2.
  20. config BR2_PACKAGE_LIVE555_MPEG2_INDEXER
  21. bool "MPEG2TransportStreamIndexer"
  22. depends on BR2_PACKAGE_LIVE555
  23. default y
  24. help
  25. MPEG2 Transport Stream Indexer. Provides indexes allowing 'trick play'
  26. operation in the Live555MediaServer.
  27. comment "Live555 needs C++ compiler"
  28. depends on !BR2_INSTALL_LIBSTDCPP