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-26 00:03:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e5b3afcbe22f9b43071f68893c4f05916637833
9e5b3afc
1 parent
7ed20cc6
update readme
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
README.md
trunk/src/core/srs_core_hls.cpp
README.md
查看文件 @
9e5b3af
...
...
@@ -20,6 +20,8 @@ step 2: publish live stream <br/>
<pre>
FMS URL: rtmp://127.0.0.1:1935/live
Stream: livestream
For example, use ffmpeg to publish:
ffmpeg -re -i source.flv -vcodec copy -acodec copy -f flv -y rtmp://127.0.0.1:1935/live/livestream
</pre>
step 3: play live stream
<br/>
<pre>
...
...
trunk/src/core/srs_core_hls.cpp
查看文件 @
9e5b3af
...
...
@@ -684,7 +684,6 @@ int SrsTSMuxer::write_video(u_int32_t time, SrsCodec* codec, SrsCodecSample* sam
// pps
video_buffer
->
append
(
codec
->
pictureParameterSetNALUnit
,
codec
->
pictureParameterSetLength
);
}
}
// sample start prefix, '00 00 00 01' or '00 00 01'
...
...
请
注册
或
登录
后发表评论