You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
大佬您好,我是用您的代码改了改,从配置文件读取rtsp输入流然后转rtmp推到nginx上,有个疑问是这样的,我如何获取正在执行的任务或者流呢,我用stop,stopAll,还有destory都停止不了任务,如果我想在命令执行的过程中切换输入流,是否应该先停止正在执行的任务,然后再开启下一个推流,请问应该如何停止之前的任务呢?taskDao.getAll()里面也是null,还请您多指教