Skip to content

Commit 85ee19a

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 85ee19a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,22 @@ 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+
Services can be enabled/disabled using the `services` command.
576+
577+
For example, to enable the http port:
578+
```bash
579+
neolink services --config=/etc/neolink.toml CameraName http on
580+
```
581+
582+
To disable it:
583+
```bash
584+
neolink services --config=/etc/neolink.toml CameraName http off
585+
```
586+
587+
Note that this might not work on older camera models.
588+
573589
## License
574590

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

0 commit comments

Comments
 (0)