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