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
2013-11-04 23:08:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
883b054f9d33544742c2692f5288ed03e745816e
883b054f
1 parent
6e62efb9
update readme.
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
README.md
trunk/src/core/srs_core_protocol.hpp
README.md
查看文件 @
883b054
...
...
@@ -63,7 +63,7 @@ url: rtmp://127.0.0.1:1935/live/livestream
*
v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header.
*
v0.1, 2013-10-23, v0.1 released. 8287 lines.
*
v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api.
*
v0.1, 2013-10-23, support shared ptr msg
(SrsSharedPtrMessage)
for zero memory copy.
*
v0.1, 2013-10-23, support shared ptr msg for zero memory copy.
*
v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake.
*
v0.1, 2013-10-20, support multiple flash client play live streaming.
*
v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming.
...
...
trunk/src/core/srs_core_protocol.hpp
查看文件 @
883b054
...
...
@@ -350,7 +350,6 @@ public:
* shared ptr message.
* for audio/video/data message that need less memory copy.
* and only for output.
* @doc update the README.cmd
*/
class
SrsSharedPtrMessage
:
public
ISrsMessage
{
...
...
请
注册
或
登录
后发表评论