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

update configure

This commit is contained in:
runner365 2020-01-22 10:59:50 +08:00
parent d4c08c44d8
commit 03ef01c635
3 changed files with 17 additions and 3 deletions

View file

@ -28,9 +28,15 @@ vhost __defaultVhost__ {
vhost srs.srt.com.cn {
}
# srt推流srt://127.0.0.1:10080?streamid=srs.srt.com.cn/live/test1?m=push
# srt拉流srt://127.0.0.1:10080?streamid=srs.srt.com.cn/live/test1?m=pull
# rtmp拉流rtmp://127.0.0.1/live?vhost=srs.srt.com.cn/test1
# 无vhost配置(__defaultVhost__), 示例:
# srt推流地址srt://127.0.0.1:10080?streamid=live/test1?m=push
# srt拉流地址srt://127.0.0.1:10080?streamid=live/test1?m=pull
# rtmp拉流地址rtmp://127.0.0.1/live/test1
# 带有vhost配置, 示例:
# srt推流地址srt://127.0.0.1:10080?streamid=srs.srt.com.cn/live/test1?m=push
# srt拉流地址srt://127.0.0.1:10080?streamid=srs.srt.com.cn/live/test1?m=pull
# rtmp拉流地址rtmp://127.0.0.1/live?vhost=srs.srt.com.cn/test1
stats {
network 0;