MixerStartRequestError constant

int const MixerStartRequestError

Description: Failed to start the stream mixing task.
Cause: Requests are too frequent, exceeding the qps limit of the service. Network exceptions. An illegal mixed stream output URL was passed in.
Solutions: Please ensure that the qps of the mixing request is less than 100. Check the network. Pass in a valid mixed stream output URL.

Implementation

static const int MixerStartRequestError = 1005010;