Skip to content

Commit

Permalink
README: document enabling/disabling services
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rmelotte committed Oct 15, 2024
1 parent f15fdae commit 92a66af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,24 @@ 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)

**For newer cameras that have services on the camera hardware. These can be enabled with the `services` command.**

This is not related to the `rtsp` mode of neolink which is a separate feature.

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
Expand Down

0 comments on commit 92a66af

Please sign in to comment.