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:
parent
bc26df4893
commit
d88d422794
2 changed files with 39 additions and 25 deletions
|
@ -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
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue