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 16:10:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20a95bb61589ff534c584a5fed1543b17344035a
20a95bb6
1 parent
7c314a7f
support HLS(m3u8)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
2 行删除
README.md
README.md
查看文件 @
20a95bb
...
...
@@ -19,7 +19,11 @@ step 2: start srs <br/>
<pre>
./objs/simple_rtmp_server -c conf/srs.conf
</pre>
step 3: publish live stream
<br/>
step 3(optional): start nginx for HLS
<br/>
<pre>
sudo ./objs/nginx/_release/sbin/nginx
</pre>
step 4: publish live stream
<br/>
<pre>
FMS URL: rtmp://127.0.0.1:1935/live
Stream: livestream
...
...
@@ -27,7 +31,7 @@ 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
4
: play live stream
<br/>
step
5
: play live stream
<br/>
<pre>
rtmp url: rtmp://127.0.0.1:1935/live/livestream
m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8
...
...
请
注册
或
登录
后发表评论