mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix build failed.
This commit is contained in:
parent
1054b0a90f
commit
18d9f6c8f1
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ int SrsRtmpConn::stream_service_cycle()
|
|||
case SrsRtmpConnHaivisionPublish: {
|
||||
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);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue