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:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e62efb9e6544f7de8bcc5223c29b1a7a914ffd1
6e62efb9
1 parent
c3700fe7
update readme.
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
3 行增加
和
6 行删除
README.md
trunk/src/core/srs_core_codec.hpp
trunk/src/core/srs_core_complex_handshake.hpp
trunk/src/core/srs_core_source.hpp
README.md
查看文件 @
6e62efb
...
...
@@ -58,9 +58,9 @@ url: rtmp://127.0.0.1:1935/live/livestream
*
v0.3, 2013-10-27, support cache last gop for client fast startup.
*
v0.2, 2013-10-25, v0.2 released. 10125 lines.
*
v0.2, 2013-10-25, support flash publish.
*
v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake(SrsComplexHandshake).
*
v0.2, 2013-10-24, support time jitter detect and correct algorithm(SrsConsumer::jitter_correct).
*
v0.2, 2013-10-24, support decode codec type(SrsCodec) to cache the h264/avc sequence header.
*
v0.2, 2013-10-25, support h264/avc codec by rtmp complex handshake.
*
v0.2, 2013-10-24, support time jitter detect and correct algorithm
*
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.
...
...
trunk/src/core/srs_core_codec.hpp
查看文件 @
6e62efb
...
...
@@ -32,7 +32,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/**
* Annex E. The FLV File Format
* @doc update the README.cmd
*/
class
SrsCodec
{
...
...
trunk/src/core/srs_core_complex_handshake.hpp
查看文件 @
6e62efb
...
...
@@ -36,7 +36,6 @@ class SrsSocket;
* rtmp complex handshake,
* @see also crtmp(crtmpserver) or librtmp,
* @see also: http://blog.csdn.net/win_lin/article/details/13006803
* @doc update the README.cmd
*/
class
SrsComplexHandshake
{
...
...
trunk/src/core/srs_core_source.hpp
查看文件 @
6e62efb
...
...
@@ -72,7 +72,6 @@ public:
private
:
/**
* detect the time jitter and correct it.
* @doc update the README.cmd
*/
virtual
int
jitter_correct
(
SrsSharedPtrMessage
*
msg
,
int
audio_sample_rate
);
};
...
...
请
注册
或
登录
后发表评论