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

support reload the removed vhost

This commit is contained in:
winlin 2013-12-14 22:54:10 +08:00
parent f016914ac1
commit e2bb38c483
13 changed files with 119 additions and 6 deletions

View file

@ -83,7 +83,7 @@ vhost __defaultVhost__ {
vhost dev {
enabled on;
gop_cache on;
forward 127.0.0.1:19350;
#forward 127.0.0.1:19350;
hls {
hls off;
hls_path ./objs/nginx/html;
@ -100,7 +100,7 @@ vhost dev {
on_stop http://127.0.0.1:8085/api/v1/sessions;
}
transcode {
enabled on;
enabled off;
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
engine dev {
enabled on;