Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more.
嗨,bmf 很好用 但我在
bmf/engine/c_engine/src/graph.cpp
中的Graph::Graph
构造函数中发现:这里注册的这两个信号处理器总是导致我的应用无法正常退出,因为它接管了这两个信号的处理,就像下面这样:
但是作为 SDK / 依赖包,它不应该依赖信号处理来清理资源,而是应该使用
RAII
或其他方式。或者,我是否有其他解决办法让我的应用在接收到
SIGTERM
和SIGINT
时能正常退出?