добрался до компа открыл патч в первом окне и первый файл для правки во втором окне и сразу увидел разницу:
итак наш патч говорит
webcam_maxrate: 1,
webcam_localhost: 1,
webcam_limit: 0,
+ webcam_authentication: NULL,
control_port: 0,
control_localhost: 1,
control_html_output: 1, то есть добавить одну строку между определённых,
НО их нет в файле,там вмето этого вот что
ipv6_enabled: 0,
stream_port: 0,
stream_quality: 50,
stream_motion: 0,
stream_maxrate: 1,
stream_localhost: 1,
stream_limit: 0,
stream_auth_method: 0,
stream_authentication: NULL,
webcontrol_port: 0,
webcontrol_localhost: 1,
webcontrol_html_output: 1,
webcontrol_authentication: NULL,
frequency: 0,
tuner_number: 0,
timelapse: 0,
timelapse_mode: DEF_TIMELAPSE_MODE, то есть в новой версии другие исходники!
ВОПРОС: если я не смотря на другой исходный текст программы вставлю строки которые прописаны в патче,то нормально ли это? конечно я учту ,то где они по идеи должны лежать в старой версии исходников,а не абы где..
ЗАРАНЕЕ СПАСИБО!
Пользователь решил продолжить мысль 23 Декабря 2012, 17:01:00:
по ходу действия в новых исходниках УЖЕ ЕСТЬ АУНТИФИКАЦИЯ ПОЛЬЗОВАТЕЛЕЙ ПО УМОЛЧАНИЮ
буду пробовать ставить новую версию,спасибо я вас всех люблю
новый конфиг файл
# Quality of the jpeg (in percent) images produced (default: 50)
stream_quality 50
# Output frames at 1 fps when no motion is detected and increase to the
# rate given by stream_maxrate when motion is detected (default: off)
stream_motion off
# Maximum framerate for stream streams (default: 1)
stream_maxrate 1
# Restrict stream connections to localhost only (default: on)
stream_localhost on
# Limits the number of images per connection (default: 0 = unlimited)
# Number can be defined by multiplying actual stream rate by desired number of seconds
# Actual stream rate is the smallest of the numbers framerate and stream_maxrate
stream_limit 0
# Set the authentication method (default: 0)
# 0 = disabled
# 1 = Basic authentication
# 2 = MD5 digest (the safer authentication)
stream_auth_method 0
# Authentication for the stream. Syntax username:password
# Default: not defined (Disabled)
; stream_authentication username:password
старый файл
webcam_port 8081
# Quality of the jpeg (in percent) images produced (default: 50)
webcam_quality 50
# Output frames at 1 fps when no motion is detected and increase to the
# rate given by webcam_maxrate when motion is detected (default: off)
webcam_motion off
# Maximum framerate for webcam streams (default: 1)
webcam_maxrate 25
# Restrict webcam connections to localhost only (default: on)
webcam_localhost off
# Limits the number of images per connection (default: 0 = unlimited)
# Number can be defined by multiplying actual webcam rate by desired number of seconds
# Actual webcam rate is the smallest of the numbers framerate and webcam_maxrate
webcam_limit 0