-
Did you read the guide?Yes What is the base version number of Motion being used?4.5.x What was the install method?Built from source code What is base architecture?x86 What is the distro being used?Other Disto version numberNo response Camera type(s) being used?Network camera with RTSP Describe the issue/problem and steps to reproduceUnable start web iterface [root@store ~]# ldd /usr/local/bin/motion | grep http Compiled on Centos Stream 9 Motion log output at log_level 8[0:motion] [NTC] [STR] webu_start_strm: Starting all camera streams on port 8889
[0:motion] [DBG] [STR] webu_mhd_features_basic: Basic authentication: available
[0:motion] [DBG] [STR] webu_mhd_features_digest: Digest authentication: available
[0:motion] [DBG] [STR] webu_mhd_features_ipv6: IPV6: available
[0:motion] [DBG] [STR] webu_mhd_features_tls: SSL/TLS: available
[0:motion] [NTC] [STR] webu_strm_ntc: Started camera 1 stream on port/camera_id 8889/1
[0:motion] [NTC] [STR] webu_start_ctrl: Starting webcontrol on port 8888
[0:motion] [DBG] [STR] webu_mhd_features_basic: Basic authentication: available
[0:motion] [DBG] [STR] webu_mhd_features_digest: Digest authentication: available
[0:motion] [DBG] [STR] webu_mhd_features_ipv6: IPV6: available
[0:motion] [DBG] [STR] webu_mhd_features_tls: SSL/TLS: available
[0:motion] [NTC] [STR] webu_start_ctrl: Unable to start MHD
[0:motion] [INF] [ALL] movie_duplicate_frames off |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is caused by having the port in use by something else. ...or by trying to run two versions of Motion at the same time on the same port. Reboot and try again. Double check that Motion is not running two instances via "top" application, and/or disable Motion being started as a service via |
Beta Was this translation helpful? Give feedback.
This is caused by having the port in use by something else. ...or by trying to run two versions of Motion at the same time on the same port.
Reboot and try again. Double check that Motion is not running two instances via "top" application, and/or disable Motion being started as a service via
systemctl disable motion