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
2015-01-18 19:50:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
53d9faf395f961776bbbedb91ded2666f01ef53a
53d9faf3
1 parent
eea31ef4
for #293, update readme.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
README.md
trunk/src/core/srs_core.hpp
README.md
查看文件 @
53d9faf
...
...
@@ -475,6 +475,8 @@ Supported operating systems and hardware:
1.
Support custom dvr path and http callback, read
[
#179
](
https://github.com/winlinvip/simple-rtmp-server/issues/179
)
and
[
274
](
https://github.com/winlinvip/simple-rtmp-server/issues/274
)
.
1.
Support rtmp remux to http flv live stream, read
[
#293
](
https://github.com/winlinvip/simple-rtmp-server/issues/293
)
.
1.
[
no-plan
]
Support <500ms latency, FRSC(Fast RTMP-compatible Stream Channel tech).
1.
[
no-plan
]
Support RTMP 302 redirect
[
#92
](
https://github.com/winlinvip/simple-rtmp-server/issues/92
)
.
1.
[
no-plan
]
Support multiple processes, for both origin and edge
...
...
@@ -510,6 +512,7 @@ Supported operating systems and hardware:
## History
*
v2.0, 2015-01-18, fix
[
#293
](
https://github.com/winlinvip/simple-rtmp-server/issues/293
)
, support rtmp remux to http flv live stream. 2.0.99.
*
v2.0, 2015-01-17, fix
[
#277
](
https://github.com/winlinvip/simple-rtmp-server/issues/277
)
, refine http server refer to go http-framework. 2.0.98
*
v2.0, 2015-01-17, for
[
#277
](
https://github.com/winlinvip/simple-rtmp-server/issues/277
)
, refine http api refer to go http-framework. 2.0.97
*
v2.0, 2015-01-17, hotfix
[
#290
](
https://github.com/winlinvip/simple-rtmp-server/issues/290
)
, use iformat only for rtmp input. 2.0.95
...
...
trunk/src/core/srs_core.hpp
查看文件 @
53d9faf
...
...
@@ -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 9
8
#define VERSION_REVISION 9
9
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
...
...
请
注册
或
登录
后发表评论