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
2013-12-06 14:12:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d592d177d20b66df07703af8f67106b26e5017e
2d592d17
1 parent
71895a4d
refine the signals of ffmpeg.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
trunk/src/core/srs_core_encoder.cpp
trunk/src/core/srs_core_encoder.cpp
100755 → 100644
查看文件 @
2d592d1
...
...
@@ -451,7 +451,8 @@ void SrsFFMPEG::stop()
// wait for the ffmpeg to quit.
// ffmpeg will gracefully quit if signal is:
// 1) SIGHUP 2) SIGINT 3) SIGQUIT
// other signals, directly exit(123).
// other signals, directly exit(123), for example:
// 9) SIGKILL 15) SIGTERM
int
status
=
0
;
if
(
waitpid
(
pid
,
&
status
,
0
)
<
0
)
{
srs_warn
(
"wait the encoder quit failed, ignored. pid=%d"
,
pid
);
...
...
请
注册
或
登录
后发表评论