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-10-28 11:03:15 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8c96472cea2066259d239a763f38d2b0f844d078
8c96472c
2 parents
59f5c5d6
50a7b9c1
merge srs2
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
5 行删除
README.md
trunk/src/kernel/srs_kernel_flv.cpp
README.md
查看文件 @
8c96472
...
...
@@ -1267,7 +1267,6 @@ Winlin
[
bug #59
]:
https://github.com/simple-rtmp-server/srs/issues/59
[
bug #50
]:
https://github.com/simple-rtmp-server/srs/issues/50
[
bug #34
]:
https://github.com/simple-rtmp-server/srs/issues/34
<<<<<<< HEAD
[
bug #367
]:
https://github.com/simple-rtmp-server/srs/issues/367
[
bug #319
]:
https://github.com/simple-rtmp-server/srs/issues/319
[
bug #367
]:
https://github.com/simple-rtmp-server/srs/issues/367
...
...
@@ -1284,11 +1283,10 @@ Winlin
[
bug #468
]:
https://github.com/simple-rtmp-server/srs/issues/468
[
bug #502
]:
https://github.com/simple-rtmp-server/srs/issues/502
[
bug #467
]:
https://github.com/simple-rtmp-server/srs/issues/467
[bug #xxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxx
=======
[
bug #512
]:
https://github.com/simple-rtmp-server/srs/issues/512
[
bug #xxxxxxxxxx
]:
https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx
>>>>>>> 2.0release
[
exo #828
]:
https://github.com/google/ExoPlayer/pull/828
[
r2.0a2
]:
https://github.com/simple-rtmp-server/srs/releases/tag/v2.0-a2
[
r2.0a1
]:
https://github.com/simple-rtmp-server/srs/releases/tag/2.0a1
...
...
trunk/src/kernel/srs_kernel_flv.cpp
查看文件 @
8c96472
...
...
@@ -381,7 +381,7 @@ int SrsFlvEncoder::write_header()
char
flv_header
[]
=
{
'F'
,
'L'
,
'V'
,
// Signatures "FLV"
(
char
)
0x01
,
// File version (for example, 0x01 for FLV version 1)
(
char
)
0x0
0
,
// 4, audio; 1, video; 5 audio+video.
(
char
)
0x0
5
,
// 4, audio; 1, video; 5 audio+video.
(
char
)
0x00
,
(
char
)
0x00
,
(
char
)
0x00
,
(
char
)
0x09
// DataOffset UI32 The length of this header in bytes
};
...
...
请
注册
或
登录
后发表评论