Skip to content

Commit 92a66af

Browse files
committed
README: document enabling/disabling services
Support for enabling/disabling services has been added in 54f7665 but was so far not documented, which made it hard to find. This is a very useful feature for people who prefer to avoid relying on the proprietary application to enable services, so add it to the main README file. Signed-off-by: Raphaël Mélotte <[email protected]>
1 parent f15fdae commit 92a66af

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,24 @@ neolink ptz --config=config.toml CameraName zoom 2.5
570570

571571
With 1.0 being normal and 2.5 being 2.5x zoom
572572

573+
### Enabling services (http, https, rtmp, rtsp and onvif)
574+
575+
**For newer cameras that have services on the camera hardware. These can be enabled with the `services` command.**
576+
577+
This is not related to the `rtsp` mode of neolink which is a separate feature.
578+
579+
For example, to enable the http port:
580+
```bash
581+
neolink services --config=/etc/neolink.toml CameraName http on
582+
```
583+
584+
To disable it:
585+
```bash
586+
neolink services --config=/etc/neolink.toml CameraName http off
587+
```
588+
589+
Note that this might not work on older camera models.
590+
573591
## License
574592

575593
Neolink is free software, released under the GNU Affero General Public License

0 commit comments

Comments
 (0)