Skip to content

Commit 67ea55a

Browse files
authored
Merge pull request #338 from apivideo/remove-beta-from-srt
Remove beta mentions from SRT
2 parents bfd7ae4 + a292b78 commit 67ea55a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

live-streaming/create-a-live-stream.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ This guide helps you follow along with the video and learn how to set up your li
1414

1515
<Callout pad="2" type="info">
1616
api.video supports both `RTMP` and `SRT` protocols for live streaming.
17-
18-
Accepting live streams through `SRT` **is currently in beta** - reach out if you have any questions or encounter any issues!
1917
</Callout>
2018

2119
## API reference

live-streaming/live-stream-best-practices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ meta:
1313
- In order to prevent the live stream from getting stuck (buffering indefinitely), please ensure that you are following the recommended [settings](#recommended-setting-for-ingestion).
1414
- Make sure to verify that the connection speed is adequate and stable before the stream is starting.
1515

16-
## Streaming protocols
17-
18-
api.video supports both `RTMP` and `SRT` protocols for live streaming. Accepting live streams through `SRT` **is currently in beta** - reach out if you have any questions or encounter any issues!
19-
2016
### SRT details
2117

2218
* The minimum accepted value for `latency` is 120 ms, lower values will be ignored.
@@ -44,12 +40,16 @@ When reaching the end of the playback, the player buffers until the live stream
4440

4541
Reconnection is handled by api.video, however, an edge case might occur (very slim chance), which will result in the inability to reconnect to the stream with good quality. In this case, we recommend creating a manual stream reconnection, where the streamer will create a new streaming key while the consumers will have to refresh their player instance.
4642

43+
## Streaming protocols
44+
45+
api.video supports both `RTMP` and `SRT` protocols for live streaming.
46+
4747
## Streaming servers
4848

4949
| Protocol | Description | Server URL |
5050
| -------- | ------------------------------------------ | ------------------------------------------------------ |
5151
| `RTMP` | The default streaming server. | `rtmp://broadcast.api.video/s` |
52-
| `SRT` | The `SRT` server, currently **in beta**. | `srt://broadcast.api.video:6200?streamid={stream_key}` |
52+
| `SRT` | The `SRT` server. | `srt://broadcast.api.video:6200?streamid={stream_key}` |
5353

5454
## Recommended setting for ingestion
5555

0 commit comments

Comments
 (0)