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
2014-04-08 15:43:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ccf0a423be070d7f9f9610380f03e5aba9b088cf
ccf0a423
1 parent
509504f2
change sleep time from 3s to 0.6s for ingester.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/app/srs_app_ingest.cpp
trunk/src/app/srs_app_ingest.cpp
查看文件 @
ccf0a42
...
...
@@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_app_pithy_print.hpp>
// when error, ingester sleep for a while and retry.
// ingest never sleep a long time, for we must start the stream ASAP.
#define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL)
SrsIngester
::
SrsIngester
()
...
...
请
注册
或
登录
后发表评论