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-01 12:25:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41fcda1d8619fd9e273acdfd1f4785c6fb7c206c
41fcda1d
1 parent
5502344e
use hosts to play stream
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
14 行增加
和
11 行删除
README.md
trunk/doc/source.flv
README.md
查看文件 @
41fcda1
...
...
@@ -41,24 +41,27 @@ For example, use ffmpeg to publish:
sleep 1;
\
done
</pre>
step 6: play live stream
<br/>
step 6: play live stream. add server ip to hosts as dev:
<br/>
# /etc/hosts <br/>
# C:\Windows\System32\drivers\etc\hosts <br/>
192.
168.2.111 dev
<br/>
<pre>
rtmp url: rtmp://127.0.0.1:1935/live/livestream
m3u8 url: http://127.0.0.1:80/live/livestream.m3u8
rtmp url: rtmp://dev:1935/live/livestream
m3u8 url: http://dev:80/live/livestream.m3u8
</pre>
step 7: play live stream auto transcoded
<br/>
<pre>
rtmp url: rtmp://127.0.0.1:1935/live/livestream_ld
m3u8 url: http://127.0.0.1:80/live/livestream_ld.m3u8
rtmp url: rtmp://127.0.0.1:1935/live/livestream_sd
m3u8 url: http://127.0.0.1:80/live/livestream_sd.m3u8
rtmp url: rtmp://dev:1935/live/livestream_ld
m3u8 url: http://dev:80/live/livestream_ld.m3u8
rtmp url: rtmp://dev:1935/live/livestream_sd
m3u8 url: http://dev:80/live/livestream_sd.m3u8
</pre>
step 8: play live stream auto forwarded, the hls dir change to /forward
<br/>
<pre>
rtmp url: rtmp://127.0.0.1:19350/live/livestream_ld
m3u8 url: http://127.0.0.1:80/forward/live/livestream_ld.m3u8
rtmp url: rtmp://127.0.0.1:19350/live/livestream_sd
m3u8 url: http://127.0.0.1:80/forward/live/livestream_sd.m3u8
rtmp url: rtmp://dev:19350/live/livestream_ld
m3u8 url: http://dev:80/forward/live/livestream_ld.m3u8
rtmp url: rtmp://dev:19350/live/livestream_sd
m3u8 url: http://dev:80/forward/live/livestream_sd.m3u8
</pre>
### System Requirements
...
...
trunk/doc/source.flv
查看文件 @
41fcda1
This file is too large to display.
请
注册
或
登录
后发表评论