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

Merge GB28181

This commit is contained in:
winlin 2020-03-31 22:45:20 +08:00
commit e19b927f92
18 changed files with 4428 additions and 52 deletions

View file

@ -348,6 +348,22 @@
#define ERROR_RTC_SOURCE_CHECK 5017
#define ERROR_RTC_SDP_EXCHANGE 5018
///////////////////////////////////////////////////////
// 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_GB28281_SIP_INVITE_FAILED 6008
#define ERROR_GB28281_SIP_BYE_FAILED 6009
#define ERROR_GB28281_SIP_IS_INVITING 6010
#define ERROR_GB28281_CREATER_RTMPMUXER_FAILED 6011
///////////////////////////////////////////////////////
// HTTP API error.
///////////////////////////////////////////////////////