Fix localdev
This commit is contained in:
@ -118,6 +118,6 @@ vhost full.in.zap.stream {
|
||||
vhost __defaultVhost__ {
|
||||
forward {
|
||||
enabled on;
|
||||
backend http://10.100.2.226:5295/api/srs;
|
||||
backend http://host.docker.internal:5295/api/srs;
|
||||
}
|
||||
}
|
@ -32,10 +32,10 @@ vhost hls.zap.stream {
|
||||
|
||||
http_hooks {
|
||||
enabled on;
|
||||
on_publish http://10.100.2.226:5295/api/srs;
|
||||
on_unpublish http://10.100.2.226:5295/api/srs;
|
||||
on_hls http://10.100.2.226:5295/api/srs;
|
||||
on_dvr http://10.100.2.226:5295/api/srs;
|
||||
on_publish http://host.docker.internal:5295/api/srs;
|
||||
on_unpublish http://host.docker.internal:5295/api/srs;
|
||||
on_hls http://host.docker.internal:5295/api/srs;
|
||||
on_dvr http://host.docker.internal:5295/api/srs;
|
||||
}
|
||||
|
||||
dvr {
|
||||
|
Reference in New Issue
Block a user