Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-09-14 15:17:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8be3c875af90aa785069d7ddcc8cc36ac73d67ce
8be3c875
1 parent
3da25f3a
donot release stream when busy
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
trunk/src/app/srs_app_rtmp_conn.cpp
trunk/src/app/srs_app_rtmp_conn.cpp
查看文件 @
8be3c87
...
...
@@ -840,7 +840,10 @@ int SrsRtmpConn::publishing(SrsSource* source)
// when the acquire error in the midlle-way, the publish state changed,
// but failed, so we must cleanup it.
// @see https://github.com/simple-rtmp-server/srs/issues/474
// @remark when stream is busy, should never release it.
if
(
ret
!=
ERROR_SYSTEM_STREAM_BUSY
)
{
release_publish
(
source
,
vhost_is_edge
);
}
http_hooks_on_unpublish
();
...
...
请
注册
或
登录
后发表评论