2015-01-26 21:51:11 +01:00
|
|
|
config BR2_PACKAGE_MJPG_STREAMER
|
|
|
|
bool "mjpg-streamer"
|
2018-10-20 23:47:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 # V4L2_EVENT_SOURCE_CHANGE
|
2015-01-26 21:51:11 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-02-18 10:23:56 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # plugins need dlopen()
|
2015-01-26 21:51:11 +01:00
|
|
|
select BR2_PACKAGE_JPEG
|
|
|
|
help
|
2015-02-18 10:23:57 +01:00
|
|
|
MJPG-streamer takes JPGs from Linux-UVC compatible webcams,
|
|
|
|
filesystem or other input plugins and streams them as
|
|
|
|
M-JPEG via HTTP to webbrowsers, VLC and other software.
|
2015-01-26 21:51:11 +01:00
|
|
|
|
2018-09-30 21:03:20 +02:00
|
|
|
https://github.com/jacksonliam/mjpg-streamer
|
2015-01-26 21:51:11 +01:00
|
|
|
|
2018-10-20 23:47:20 +02:00
|
|
|
comment "mjpg-streamer needs a toolchain w/ threads, headers >= 3.16, dynamic library"
|
2015-01-26 21:51:11 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-02-18 10:23:56 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
2018-10-20 23:47:20 +02:00
|
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16 || BR2_STATIC_LIBS
|