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

add rtmp client

This commit is contained in:
winlin 2013-11-29 15:07:05 +08:00
parent 844718c99b
commit 2fa7610f9c
11 changed files with 597 additions and 96 deletions

View file

@ -15,7 +15,7 @@ vhost __defaultVhost__ {
hls_path ./objs/nginx/html;
hls_fragment 5;
hls_window 30;
forward 127.0.0.1:1936;
forward 192.168.1.50;
}
# the vhost which forward publish streams.
vhost forward.vhost.com {