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
2016-11-09 09:44:19 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
0a8d40925fbe970198a853ca37ba299d043b379b
0a8d4092
2 parents
2f5f7d4a
625ca237
merge from 2.0
显示空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
6 行增加
和
4 行删除
README.md
trunk/src/app/srs_app_source.cpp
trunk/src/core/srs_core.hpp
README.md
查看文件 @
0a8d409
...
...
@@ -360,6 +360,7 @@ Remark:
### Releases
*
2016-11-09,
[
Release v2.0-b2
][
r2.0b2
]
, 2.0 beta2, 2.0.221, 86691 lines.
*
2016-09-09,
[
Release v2.0-b1
][
r2.0b1
]
, 2.0 beta1, 2.0.215, 89941 lines.
*
2016-08-06,
[
Release v2.0-b0
][
r2.0b0
]
, 2.0 beta0, 2.0.210, 89704 lines.
*
2015-12-23,
[
Release v2.0-a3
][
r2.0a3
]
, 2.0 alpha3, 2.0.205, 89544 lines.
...
...
@@ -1311,6 +1312,7 @@ Winlin
[
exo #828
]:
https://github.com/google/ExoPlayer/pull/828
[
r2.0b2
]:
https://github.com/ossrs/srs/releases/tag/v2.0-b2
[
r2.0b1
]:
https://github.com/ossrs/srs/releases/tag/v2.0-b1
[
r2.0b0
]:
https://github.com/ossrs/srs/releases/tag/v2.0-b0
[
r2.0a3
]:
https://github.com/ossrs/srs/releases/tag/v2.0-a3
...
...
@@ -1351,6 +1353,6 @@ Winlin
[
branch2
]:
https://github.com/ossrs/srs/tree/2.0release
[
release2
]:
https://github.com/ossrs/srs/wiki/v1_CN_Product#release20
[
release3
]:
https://github.com/ossrs/srs/wiki/v1_CN_Product#release30
[
centos0
]:
http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-2.0.215.zip
[
centos1
]:
http://www.ossrs.net/srs.release/releases/files/SRS-CentOS6-x86_64-2.0.215.zip
[
centos0
]:
http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-2.0.221.zip
[
centos1
]:
http://www.ossrs.net/srs.release/releases/files/SRS-CentOS6-x86_64-2.0.221.zip
...
...
trunk/src/app/srs_app_source.cpp
100644 → 100755
查看文件 @
0a8d409
...
...
@@ -1044,7 +1044,7 @@ bool SrsSource::expired()
}
// still publishing?
if
(
!
_can_publish
)
{
if
(
!
_can_publish
||
!
publish_edge
->
can_publish
()
)
{
return
false
;
}
...
...
trunk/src/core/srs_core.hpp
查看文件 @
0a8d409
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION 22
0
#define VERSION_REVISION 22
1
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
...
...
请
注册
或
登录
后发表评论