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

Enable rtmp2rtc and rtc2rtmp for docker.conf

This commit is contained in:
winlin 2022-01-17 21:37:57 +08:00
parent 5d8b950a06
commit dc43a11aed
2 changed files with 3 additions and 2 deletions

View file

@ -31,8 +31,8 @@ vhost __defaultVhost__ {
rtc {
enabled on;
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc
rtmp_to_rtc off;
rtmp_to_rtc on;
# @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp
rtc_to_rtmp off;
rtc_to_rtmp on;
}
}