mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Move GB28181 to feature/gb28181. 5.0.4
This commit is contained in:
parent
49826081b1
commit
efdbf37255
39 changed files with 50 additions and 9885 deletions
|
@ -171,8 +171,6 @@
|
|||
#define SRS_CONSTS_LOG_EXEC "EXE"
|
||||
// The rtc.
|
||||
#define SRS_CONSTS_LOG_RTC "RTC"
|
||||
// The gb28181 stream log id.
|
||||
#define SRS_CONSTS_LOG_GB28181_CASTER "GBS"
|
||||
|
||||
///////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////
|
||||
|
|
|
@ -351,31 +351,6 @@
|
|||
#define ERROR_RTC_NO_TRACK 5030
|
||||
#define ERROR_RTC_RTCP_EMPTY_RR 5031
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GB28181 API error.
|
||||
///////////////////////////////////////////////////////
|
||||
#define ERROR_GB28181_SERVER_NOT_RUN 6000
|
||||
#define ERROR_GB28181_SESSION_IS_EXIST 6001
|
||||
#define ERROR_GB28181_SESSION_IS_NOTEXIST 6002
|
||||
#define ERROR_GB28181_RTP_PORT_FULL 6003
|
||||
#define ERROR_GB28181_PORT_MODE_INVALID 6004
|
||||
#define ERROR_GB28181_VALUE_EMPTY 6005
|
||||
#define ERROR_GB28181_ACTION_INVALID 6006
|
||||
#define ERROR_GB28181_SIP_NOT_RUN 6007
|
||||
#define ERROR_GB28181_SIP_INVITE_FAILED 6008
|
||||
#define ERROR_GB28181_SIP_BYE_FAILED 6009
|
||||
#define ERROR_GB28181_SIP_IS_INVITING 6010
|
||||
#define ERROR_GB28181_CREATER_RTMPMUXER_FAILED 6011
|
||||
#define ERROR_GB28181_SIP_CH_OFFLINE 6012
|
||||
#define ERROR_GB28181_SIP_CH_NOTEXIST 6013
|
||||
#define ERROR_GB28181_SIP_RAW_DATA_FAILED 6014
|
||||
#define ERROR_GB28181_SIP_PRASE_FAILED 6015
|
||||
#define ERROR_GB28181_SIP_PTZ_FAILED 6016
|
||||
#define ERROR_GB28181_SIP_NOT_INVITE 6017
|
||||
#define ERROR_GB28181_SIP_PTZ_CMD_INVALID 6018
|
||||
#define ERROR_GB28181_H264_FRAMESIZE 6019
|
||||
#define ERROR_GB28181_H264_FRAME_FULL 6020
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// HTTP API error.
|
||||
///////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue