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

Merge from SRS2, for #834

This commit is contained in:
winlin 2017-04-09 18:52:21 +08:00
commit 33375db401
6 changed files with 32 additions and 3 deletions

View file

@ -158,7 +158,8 @@
#define ERROR_RTMP_STREAM_NOT_FOUND 2048
#define ERROR_RTMP_CLIENT_NOT_FOUND 2049
#define ERROR_OpenSslCreateHMAC 2050
//
#define ERROR_RTMP_STREAM_NAME_EMPTY 2051
//
// system control message,
// not an error, but special control logic.
//
@ -260,6 +261,7 @@
#define ERROR_MP4_AVCC_CHANGE 3085
#define ERROR_MP4_ASC_CHANGE 3086
#define ERROR_DASH_WRITE_FAILED 3087
#define ERROR_TS_CONTEXT_NOT_READY 3088
///////////////////////////////////////////////////////
// HTTP/StreamCaster/KAFKA protocol error.