ellenWei11
Results
2
comments of
ellenWei11
Has this problem been resolved? Is the streamName for rtc pushing the same as rtmp pushing? The phenomenon on my side seems very similar to yours. Did you select VP9...
``` srs_error_t SrsRtmpConn::acquire_publish(SrsLiveSource* source) { srs_error_t err = srs_success; SrsRequest* req = info->req; // Check whether RTMP stream is busy. if (!source->can_publish(info->edge)) { return srs_error_new(ERROR_SYSTEM_STREAM_BUSY, "rtmp: stream %s is busy",...