mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
修正编码风格问题
This commit is contained in:
parent
b4ff9cfba1
commit
52110990c1
1 changed files with 1 additions and 2 deletions
|
@ -860,8 +860,7 @@ int SrsRtmpConn::do_publishing(SrsSource* source, SrsPublishRecvThread* trd)
|
|||
return ret;
|
||||
}
|
||||
srs_verbose("hls on_publish success.");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if ((ret = source->on_edge_start_publish()) != ERROR_SUCCESS) {
|
||||
srs_error("notice edge start publish stream failed. ret=%d", ret);
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue