Skip to content

Commit

Permalink
SRT: Enable srt in default vhost. v5.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 18, 2023
1 parent c809bd1 commit df588b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/containers/conf/srs.release-local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ vhost __defaultVhost__ {
rtc_to_rtmp on;
pli_for_rtmp 6.0;
}
srt {
enabled on;
srt_to_rtmp on;
}

# For backend server to verify client.
http_hooks {
Expand Down
4 changes: 4 additions & 0 deletions platform/containers/conf/srs.release-mac.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ vhost __defaultVhost__ {
rtc_to_rtmp on;
pli_for_rtmp 6.0;
}
srt {
enabled on;
srt_to_rtmp on;
}

# For backend server to verify client.
http_hooks {
Expand Down
4 changes: 4 additions & 0 deletions platform/containers/conf/srs.release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ vhost __defaultVhost__ {
rtc_to_rtmp on;
pli_for_rtmp 6.0;
}
srt {
enabled on;
srt_to_rtmp on;
}

# For backend server to verify client.
http_hooks {
Expand Down

0 comments on commit df588b1

Please sign in to comment.