1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine SRT code, with StateThread adpater

This commit is contained in:
hondaxiao 2022-04-15 13:54:24 +08:00 committed by winlin
parent 3ed4aed824
commit 94fa0ff7bd
25 changed files with 4131 additions and 68 deletions

View file

@ -170,6 +170,10 @@
#define SRS_CONSTS_LOG_EXEC "EXE"
// The rtc.
#define SRS_CONSTS_LOG_RTC "RTC"
// Srt client play
#define SRS_CONSTS_LOG_SRT_PLAY "SRT_PLA"
// Srt client publish
#define SRS_CONSTS_LOG_SRT_PUBLISH "SRT_CPB"
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////