From 35a1833aa6d2fba02738b46e7f71af3277d95ee2 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Tue, 5 Jul 2022 15:08:51 +0200 Subject: [PATCH] Add a SRT URL example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b8c77e..50a39225 100644 --- a/README.md +++ b/README.md @@ -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`. -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 | | ------ | ----------- | ------------------------------------- |