diff --git a/README.md b/README.md index 011e731b..705a0d6b 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,22 @@ neolink ptz --config=config.toml CameraName zoom 2.5 With 1.0 being normal and 2.5 being 2.5x zoom +### Enabling services (http, https, rtmp, rtsp and onvif) + +Services can be enabled/disabled using the `services` command. + +For example, to enable the http port: +```bash +neolink services --config=/etc/neolink.toml CameraName http on +``` + +To disable it: +```bash +neolink services --config=/etc/neolink.toml CameraName http off +``` + +Note that this might not work on older camera models. + ## License Neolink is free software, released under the GNU Affero General Public License