mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-03 20:50:56 +08:00
on_publish hook新增多种选项
This commit is contained in:
@@ -907,8 +907,8 @@ void installWebApi() {
|
||||
CHECK_SECRET();
|
||||
CHECK_ARGS("vhost","app","stream","url");
|
||||
ProtocolOption option;
|
||||
option.enable_hls = allArgs["enable_hls"];
|
||||
option.enable_mp4 = allArgs["enable_mp4"];
|
||||
option.enable_hls = allArgs["enable_hls"];
|
||||
option.enable_mp4 = allArgs["enable_mp4"];
|
||||
|
||||
addStreamProxy(allArgs["vhost"],
|
||||
allArgs["app"],
|
||||
|
||||
Reference in New Issue
Block a user