PublisherRtmpServerDisconnect constant

int const PublisherRtmpServerDisconnect

Description: Failed to publish the stream. The connection to the RTMP server is interrupted.
Cause: The publish address is wrong, or the network signal is bad.
Solutions: Please check whether there is any problem with the network connection or the stream publishing URL.

Implementation

static const int PublisherRtmpServerDisconnect = 1003029;