Add a SRT URL example
This commit is contained in:
parent
ae8f5f00a6
commit
35a1833aa6
1 changed files with 3 additions and 1 deletions
|
|
@ -404,7 +404,9 @@ The `streamid` is formatted according to Appendix B of the [SRT specs](https://d
|
||||||
|
|
||||||
An example publishing streamid: `#!:m=publish,r=12345,token=foobar`.
|
An example publishing streamid: `#!:m=publish,r=12345,token=foobar`.
|
||||||
|
|
||||||
With your SRT client, connect to the SRT server always in `caller` mode.
|
With your SRT client, connect to the SRT server always in `caller` mode, e.g. `srt://127.0.0.1:6000?mode=caller&streamid=#!:m=publish,r=12345,token=foobar&passphrase=foobarfoobar&transmode=live`.
|
||||||
|
|
||||||
|
Via the API you can gather statistics of the currently connected SRT clients.
|
||||||
|
|
||||||
| Method | Path | Description |
|
| Method | Path | Description |
|
||||||
| ------ | ----------- | ------------------------------------- |
|
| ------ | ----------- | ------------------------------------- |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue