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-12-07 20:52:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f8412b59c7d9197f7c2f2ca82629602c61c4582
8f8412b5
1 parent
bb22c3b5
update readme
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
README.md
README.md
查看文件 @
8f8412b
...
...
@@ -34,7 +34,7 @@ step 5(optional): start http hooks for srs callback <br/>
<pre>
python ./research/api-server/server.py 8085
</pre>
step
5
: publish live stream
<br/>
step
6
: publish live stream
<br/>
<pre>
FMS URL: rtmp://127.0.0.1:1935/live
Stream: livestream
...
...
@@ -46,7 +46,7 @@ For example, use ffmpeg to publish:
sleep 1;
\
done
</pre>
step
6
: add server ip to client hosts as demo.
<br/>
step
7
: add server ip to client hosts as demo.
<br/>
<pre>
# edit the folowing file:
# linux: /etc/hosts
...
...
@@ -54,19 +54,19 @@ step 6: add server ip to client hosts as demo. <br/>
# where server ip is 192.168.2.111
192.
168.2.111 demo
</pre>
step
7
: play live stream.
<br/>
step
8
: play live stream.
<br/>
<pre>
rtmp url: rtmp://demo:1935/live/livestream
m3u8 url: http://demo:80/live/livestream.m3u8
</pre>
step
8
: play live stream auto transcoded
<br/>
step
9
: play live stream auto transcoded
<br/>
<pre>
rtmp url: rtmp://demo:1935/live/livestream_ld
m3u8 url: http://demo:80/live/livestream_ld.m3u8
rtmp url: rtmp://demo:1935/live/livestream_sd
m3u8 url: http://demo:80/live/livestream_sd.m3u8
</pre>
step
9
: play live stream auto forwarded, the hls dir change to /forward
<br/>
step
10
: play live stream auto forwarded, the hls dir change to /forward
<br/>
<pre>
rtmp url: rtmp://demo:19350/live/livestream
m3u8 url: http://demo:80/forward/live/livestream.m3u8
...
...
请
注册
或
登录
后发表评论