Browse Source

Fix API version in docs (#3180)

pull/3179/head
Mauricio Antunes 1 year ago committed by GitHub
parent
commit
4666e5f427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -1676,7 +1676,7 @@ api: yes @@ -1676,7 +1676,7 @@ api: yes
The API listens on `apiAddress`, that by default is `127.0.0.1:9997`; for instance, to obtain a list of active paths, run:
```
curl http://127.0.0.1:9997/v2/paths/list
curl http://127.0.0.1:9997/v3/paths/list
```
Full documentation of the Control API is available on the [dedicated site](https://bluenviron.github.io/mediamtx/).

Loading…
Cancel
Save