ZLMediaKit/server
sbkyy 5c80c75ed9
Some checks are pending
Android / build (push) Waiting to run
CodeQL / Analyze (cpp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Docker / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows / build (push) Waiting to run
修复video stack相关功能bug
/index/api/stack/reset 在相同url和通分辨率多次调用channel析构没画面的问题
是在 VideoStackManager::parseParams 函数里 多次 (*params)[i * cols + j] =
nullptr; 导致 channel 计数器为0,析构没画面。

同时修复cpu占用过高问题。
2024-10-26 09:20:24 +08:00
..
CMakeLists.txt 避免清空库列表导致 test 编译失败 (#2677) 2023-07-19 23:36:03 +08:00
FFmpegSource.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
FFmpegSource.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
main.cpp Support hot-reload of SSL certificates (#2835) 2024-09-22 18:38:53 +08:00
Process.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
Process.h release 8.0 2023-12-09 16:23:51 +08:00
System.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
System.h release 8.0 2023-12-09 16:23:51 +08:00
VideoStack.cpp 修复video stack相关功能bug 2024-10-26 09:20:24 +08:00
VideoStack.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebApi.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebApi.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebHook.cpp AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00
WebHook.h AI automatically translates all comments in the code into English (#3917) 2024-09-19 14:53:50 +08:00