1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update doc for SRT.

This commit is contained in:
winlin 2020-01-23 16:49:05 +08:00
parent bc26df4893
commit d88d422794
2 changed files with 39 additions and 25 deletions

View file

@ -247,6 +247,17 @@ stream_caster {
listen 8936;
}
#############################################################################################
# SRT server section
#############################################################################################
srt_server {
# whether SRT server is enabled.
# default: off
enabled on;
# The UDP listen port for SRT.
listen 10080;
}
#############################################################################################
# Kafka sections
#############################################################################################