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-10-24 10:00:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a16926209997e0f6aa644960ced029a8697730ce
a1692620
1 parent
e46e7fc5
update readme, rename wiki/xxx to wiki/v1_xxx
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
README.md
trunk/src/core/srs_core.hpp
README.md
查看文件 @
a169262
...
...
@@ -220,6 +220,7 @@ Supported operating systems and hardware:
*
2013-10-17, Created.
<br/>
## History
*
v2.0, 2014-10-24, rename wiki/xxx to wiki/v1_xxx. 2.0.3.
*
v2.0, 2014-10-19, fix
[
#184
](
https://github.com/winlinvip/simple-rtmp-server/issues/184
)
, support AnnexB in RTMP body for HLS. 2.0.2
*
v2.0, 2014-10-18, remove supports for OSX(darwin). 2.0.1.
*
v2.0, 2014-10-16, revert github srs README to English. 2.0.0.
...
...
trunk/src/core/srs_core.hpp
查看文件 @
a169262
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR "2"
#define VERSION_MINOR "0"
#define VERSION_REVISION "
2
"
#define VERSION_REVISION "
3
"
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
...
...
请
注册
或
登录
后发表评论