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-05-27 19:34:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6de81fdb1c2a7534ab18bb6f2b10e0aabda2b539
6de81fdb
1 parent
978e9855
refine fast id tracer
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
2 行增加
和
2 行删除
trunk/research/players/js/srs.page.js
trunk/research/players/srs_player/release/srs_player.swf
trunk/src/rtmp/srs_protocol_rtmp.cpp
trunk/research/players/js/srs.page.js
查看文件 @
6de81fd
...
...
@@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////////////////
// to query the swf anti cache.
function
srs_get_version_code
()
{
return
"1.2
1
"
;
}
function
srs_get_version_code
()
{
return
"1.2
3
"
;
}
/**
* player specified size.
...
...
trunk/research/players/srs_player/release/srs_player.swf
查看文件 @
6de81fd
不能预览此文件类型
trunk/src/rtmp/srs_protocol_rtmp.cpp
查看文件 @
6de81fd
...
...
@@ -517,7 +517,7 @@ int SrsRtmpClient::connect_app(string app, string tc_url)
srs_pid
=
(
int
)
prop
->
to_number
();
}
}
srs_trace
(
"connected, version=%s, ip=%s,
identity=[%d][%d]
"
,
srs_trace
(
"connected, version=%s, ip=%s,
pid=%d, id=%d
"
,
srs_version
.
c_str
(),
srs_server_ip
.
c_str
(),
srs_pid
,
srs_id
);
return
ret
;
...
...
请
注册
或
登录
后发表评论