1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

RTC: Refine log

This commit is contained in:
winlin 2020-09-17 16:34:10 +08:00
parent 5b3f278243
commit a19aa82029
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ using namespace std;
#include <srs_rtmp_stack.hpp>
#include <srs_app_utility.hpp>
#include <srs_kernel_rtc_rtp.hpp>
#include <srs_app_log.hpp>
#include <srtp2/srtp.h>
#include <openssl/ssl.h>

View file

@ -42,6 +42,7 @@
#include <srs_protocol_utility.hpp>
#include <srs_protocol_json.hpp>
#include <srs_app_pithy_print.hpp>
#include <srs_app_log.hpp>
#ifdef SRS_FFMPEG_FIT
#include <srs_app_rtc_codec.hpp>