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-16 16:18:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae3f7d9cb8f4c51292b643034e97ebc942917579
ae3f7d9c
1 parent
5af1da17
change meeting hls to an
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
10 行删除
trunk/conf/demo.conf
trunk/src/app/srs_app_thread.cpp
trunk/conf/demo.conf
查看文件 @
ae3f7d9
...
...
@@ -202,12 +202,7 @@ vhost players_chat {
vparams
{
g
30
;
}
acodec
libaacplus
;
abitrate
30
;
asample_rate
44100
;
achannels
2
;
aparams
{
}
acodec
an
;
output
rtmp
://
127
.
0
.
0
.
1
:[
port
]/[
app
]?
vhost
=
chat_hls
/[
stream
];
}
}
...
...
trunk/src/app/srs_app_thread.cpp
查看文件 @
ae3f7d9
...
...
@@ -122,12 +122,12 @@ void SrsThread::thread_cycle()
{
int
ret
=
ERROR_SUCCESS
;
_cid
=
_srs_context
->
get_id
();
srs_assert
(
handler
);
_srs_context
->
generate_id
();
srs_info
(
"thread cycle start"
);
_cid
=
_srs_context
->
get_id
();
srs_assert
(
handler
);
handler
->
on_thread_start
();
loop
=
true
;
...
...
请
注册
或
登录
后发表评论