修复推流无声音的问题
parent
76d09bcadb
commit
964d55431f
|
@ -244,6 +244,7 @@ public class ZLMHttpHookListener {
|
|||
|
||||
|
||||
HookResultForOnPublish result = HookResultForOnPublish.SUCCESS();
|
||||
result.setEnable_audio(true);
|
||||
taskExecutor.execute(() -> {
|
||||
ZlmHttpHookSubscribe.Event subscribe = this.subscribe.sendNotify(HookType.on_publish, json);
|
||||
if (subscribe != null) {
|
||||
|
|
Loading…
Reference in New Issue