junkang-zhou
junkang-zhou
#include "spdlog/spdlog.h" #include "spdlog/sinks/daily_file_sink.h" #include #include int main(int, char* []) { auto daily_sink = std::make_shared("../logfile", 23, 59); // create synchronous loggers auto nt_logger = std::make_shared("net", daily_sink); auto hw_logger = std::make_shared("hw",...
输入全为1   sh 输入一张图片  
Hello, I want to send the data stream encoded by hardware as h264 to the web. However, there is a problem when using h264 to encapsulate the RTP packet: juice:...