Fix build failed.
This commit is contained in:
parent
1054b0a90f
commit
18d9f6c8f1
|
|
@ -586,7 +586,7 @@ int SrsRtmpConn::stream_service_cycle()
|
||||||
case SrsRtmpConnHaivisionPublish: {
|
case SrsRtmpConnHaivisionPublish: {
|
||||||
srs_verbose("Haivision start to publish stream %s.", req->stream.c_str());
|
srs_verbose("Haivision start to publish stream %s.", req->stream.c_str());
|
||||||
|
|
||||||
if ((ret = rtmp->start_haivision_publish(res->stream_id)) != ERROR_SUCCESS) {
|
if ((ret = rtmp->start_haivision_publish(info->res->stream_id)) != ERROR_SUCCESS) {
|
||||||
srs_error("start to publish stream failed. ret=%d", ret);
|
srs_error("start to publish stream failed. ret=%d", ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user