Skip to content

Commit

Permalink
fix: fix error num ERROR_CONTROL_REDIRECT/ERROR_CONTROL_RTMP_CLOSE/ER…
Browse files Browse the repository at this point in the history
…ROR_CONTROL_REPUBLISH
  • Loading branch information
johzzy committed May 2, 2024
1 parent 282d94d commit 9eac12c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trunk/src/kernel/srs_kernel_error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@
XX(ERROR_RTMP_PROXY_EXCEED , 2054, "RtmpProxy", "Failed to decode message of RTMP proxy") \
XX(ERROR_RTMP_CREATE_STREAM_DEPTH , 2055, "RtmpIdentify", "Failed to identify RTMP client") \
XX(ERROR_KICKOFF_FOR_IDLE , 2056, "KickoffForIdle", "Kickoff for publisher is idle") \
XX(ERROR_CONTROL_REDIRECT , 2997, "RtmpRedirect", "RTMP 302 redirection") \
XX(ERROR_CONTROL_RTMP_CLOSE , 2998, "RtmpClose", "RTMP connection is closed") \
XX(ERROR_CONTROL_REPUBLISH , 2999, "RtmpRepublish", "RTMP stream is republished")
XX(ERROR_CONTROL_REDIRECT , 2057, "RtmpRedirect", "RTMP 302 redirection") \
XX(ERROR_CONTROL_RTMP_CLOSE , 2058, "RtmpClose", "RTMP connection is closed") \
XX(ERROR_CONTROL_REPUBLISH , 2059, "RtmpRepublish", "RTMP stream is republished") \



/**************************************************/
/* The application level errors. */
Expand Down

0 comments on commit 9eac12c

Please sign in to comment.