Skip to content

Commit

Permalink
GITBOOK-467: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiden authored and gitbook-bot committed Jan 5, 2025
1 parent 4fa18fc commit a6ade7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/live-source/srt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Secure Reliable Transport (or SRT in short) is an open source video transport protocol and technology stack that optimizes streaming performance across unpredictable networks with secure streams and easy firewall traversal, bringing the best quality live video over the worst networks. We consider SRT to be one of the great alternatives to RTMP, and OvenMediaEngine can receive video streaming over SRT. For more information on SRT, please visit the [SRT Alliance website](https://www.srtalliance.org).

SRT uses the MPEG-TS format when transmitting live streams. This means that unlike RTMP, it can support many codecs. Currently, OvenMediaEngine supports H.264, and AAC codecs received by SRT.
SRT uses the MPEG-TS format when transmitting live streams. This means that unlike RTMP, it can support many codecs. Currently, OvenMediaEngine supports H.264, H.265 and AAC codecs received by SRT.

## Configuration

Expand Down
8 changes: 7 additions & 1 deletion docs/streaming/srt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OvenMediaEngine supports playback of streams delivered via RTMP, WebRTC, SRT, MPEG-2 TS, and RTSP using SRT-compatible players or integration with other SRT-enabled systems.

Currently, OvenMediaEngine supports H.264, H.265, and AAC codecs for SRT playback, ensuring the same compatibility as its [SRT provider functionality](../live-source/srt.md).
Currently, OvenMediaEngine supports H.264, AAC codecs for SRT playback, ensuring the same compatibility as its [SRT provider functionality](../live-source/srt.md).

## Configuration

Expand All @@ -28,6 +28,12 @@ To configure the port for SRT to listen on, use the following settings:
...
```

{% hint style="warning" %}
The SRT Publisher must be configured to use a different port than the one used by the SRT Provider.
{% endhint %}



### Application

You can control whether to enable SRT playback for each application. To activate this feature, configure the settings as shown below:
Expand Down

0 comments on commit a6ade7c

Please sign in to comment.