Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Mar 1, 2024
1 parent ba0b928 commit 61634e5
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ The onvif server instead runs as CGI and therefore needs an http server that sup
- [Donation](#donation)

## Build
- Open the Makefile and edit the path to the libtomcrypt library to suit your needs.
- Run make.
- Open the Makefile and edit the path to the libtomcrypt library to suit your needs
- Run make

Or:

- Open the extras folder.
- Customize build.sh script
- Run build.sh

## Configuration
### onvif_simple_server
Expand Down Expand Up @@ -259,6 +265,24 @@ GetVideoEncoderConfigurationOptions
GetGuaranteedNumberOfVideoEncoderInstances
GetSnapshotUri
GetStreamUri
GetAudioSources
GetAudioSourceConfigurations
GetAudioSourceConfiguration
GetAudioSourceConfigurationOptions
GetAudioEncoderConfigurations
GetAudioEncoderConfiguration
GetAudioEncoderConfigurationOptions
GetAudioDecoderConfigurations
GetAudioDecoderConfiguration
GetAudioDecoderConfigurationOptions
GetAudioOutputs
GetAudioOutputConfiguration
GetAudioOutputConfigurations
GetAudioOutputConfigurationOptions
GetCompatibleAudioSourceConfigurations
GetCompatibleAudioEncoderConfigurations
GetCompatibleAudioDecoderConfigurations
GetCompatibleAudioOutputConfigurations
```
**PTZ**
```
Expand Down

0 comments on commit 61634e5

Please sign in to comment.