You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/mjpg-streamer/files/mjpg-streamer.confd

22 lines
347 B

# The input plugins and options:
# uvc
# testpicture
# file
#ex. INPUT_PLUGIN="uvc"
INPUT_PLUGIN=""
INPUT_PLUGIN_OPTS=""
# The output plugins and options:
# autofocus
# file
# http
# udp
# rtsp
#ex. OUTPUT_PLUGIN="http"
OUTPUT_PLUGIN=""
OUTPUT_PLUGIN_OPTS=""
# Deamon runing as user/group
MJPG_STREAMER_USER="nobody"
MJPG_STREAMER_GROUP="video"