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-12 16:18:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6329284b392a6754c54b74e94acd08836a8a25b4
6329284b
1 parent
7baa53a8
add todo for the bug of forwarder
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
0 行删除
trunk/src/core/srs_core_forward.cpp
trunk/src/core/srs_core_rtmp.cpp
trunk/src/core/srs_core_forward.cpp
查看文件 @
6329284
...
...
@@ -255,6 +255,9 @@ int SrsForwarder::cycle()
srs_error
(
"connect with server failed, stream_id=%d. ret=%d"
,
stream_id
,
ret
);
return
ret
;
}
// TODO: FIXME: need to cache the metadata and sequence header when reconnect.
if
((
ret
=
client
->
publish
(
stream_name
,
stream_id
))
!=
ERROR_SUCCESS
)
{
srs_error
(
"connect with server failed, stream_name=%s, stream_id=%d. ret=%d"
,
stream_name
.
c_str
(),
stream_id
,
ret
);
...
...
trunk/src/core/srs_core_rtmp.cpp
100644 → 100755
查看文件 @
6329284
...
...
@@ -110,6 +110,8 @@ int SrsRequest::discovery_app()
vhost
=
parsed_vhost
->
arg0
();
}
// TODO: discovery the params of vhost.
srs_info
(
"discovery app success. schema=%s, vhost=%s, port=%s, app=%s"
,
schema
.
c_str
(),
vhost
.
c_str
(),
port
.
c_str
(),
app
.
c_str
());
...
...
请
注册
或
登录
后发表评论