summaryrefslogtreecommitdiff
blob: 07a81b04dcee4752b9584a064a21d7b00deb2163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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"