regression test ok
This commit is contained in:
parent
3fd3ac5a11
commit
c618229487
|
|
@ -81,12 +81,11 @@ vhost __defaultVhost__ {
|
||||||
vhost dev {
|
vhost dev {
|
||||||
enabled on;
|
enabled on;
|
||||||
gop_cache on;
|
gop_cache on;
|
||||||
hls off;
|
hls on;
|
||||||
hls_path ./objs/nginx/html;
|
hls_path ./objs/nginx/html;
|
||||||
hls_fragment 5;
|
hls_fragment 5;
|
||||||
hls_window 30;
|
hls_window 30;
|
||||||
#forward 127.0.0.1:19350;
|
forward 127.0.0.1:19350;
|
||||||
#forward 127.0.0.1:1936;
|
|
||||||
http_hooks {
|
http_hooks {
|
||||||
enabled on;
|
enabled on;
|
||||||
on_connect http://127.0.0.1:8085/api/v1/clients;
|
on_connect http://127.0.0.1:8085/api/v1/clients;
|
||||||
|
|
@ -97,10 +96,10 @@ vhost dev {
|
||||||
on_stop http://127.0.0.1:8085/api/v1/sessions;
|
on_stop http://127.0.0.1:8085/api/v1/sessions;
|
||||||
}
|
}
|
||||||
transcode {
|
transcode {
|
||||||
enabled off;
|
enabled on;
|
||||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
||||||
engine dev {
|
engine dev {
|
||||||
enabled off;
|
enabled on;
|
||||||
vfilter {
|
vfilter {
|
||||||
}
|
}
|
||||||
vcodec libx264;
|
vcodec libx264;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user