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-01 20:03:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b0bef18ed0251ad7e846efda7ac7c2500e2700b
2b0bef18
1 parent
09f9811a
add todo for forward
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/src/core/srs_core_forward.cpp
trunk/src/core/srs_core_forward.cpp
查看文件 @
2b0bef1
...
...
@@ -110,6 +110,8 @@ int SrsForwarder::on_publish(SrsRequest* req, std::string forward_server)
source_ep
.
c_str
(),
dest_ep
.
c_str
(),
tc_url
.
c_str
(),
stream_name
.
c_str
());
// TODO: seems bug when republish and reforward.
// start forward
if
((
ret
=
open_socket
())
!=
ERROR_SUCCESS
)
{
return
ret
;
...
...
请
注册
或
登录
后发表评论