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-12-02 15:27:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
304208f822f30248998e5bf6d0145dccf2abb2a7
304208f8
1 parent
ba3e7c28
fix #239, traverse the token before response connect. 1.0.10.
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
1 行删除
AUTHORS.txt
README.md
trunk/src/core/srs_core.hpp
AUTHORS.txt
查看文件 @
304208f
...
...
@@ -20,3 +20,4 @@ CONTRIBUTORS ordered by first contribution.
* karthikeyan<keyanmca@gmail.com> "Bug fixed"
* StevenLiu<lq@chinaffmpeg.org> "Build SRS on Darwin OSX"
* zhengfl<zhengfl_1989@126.com> "Bug fixed"
* tufang14<breadbean1449@gmail.com> "Bug fixed"
...
...
README.md
查看文件 @
304208f
...
...
@@ -372,6 +372,7 @@ Supported operating systems and hardware:
*
2013-10-17, Created.
<br/>
## History
*
v1.0, 2014-11-13, hotfix
[
#239
](
https://github.com/winlinvip/simple-rtmp-server/pull/239
)
, traverse the token before response connect. 1.0.10.
*
v1.0, 2014-11-25, update PRIMARY, AUTHORS, CONTRIBUTORS of SRS. 1.0.8.
*
v1.0, 2014-11-18, all wiki translated to English. 1.0.7.
*
v1.0, 2014-11-13, hotfix
[
#200
](
https://github.com/winlinvip/simple-rtmp-server/issues/200
)
, deadloop when read/write 0 and ETIME. 1.0.6.
...
...
trunk/src/core/srs_core.hpp
查看文件 @
304208f
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_REVISION
9
#define VERSION_REVISION
10
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
#define RTMP_SIG_SRS_ROLE "origin/edge server"
...
...
请
注册
或
登录
后发表评论