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:31:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bbf7b9bb01d9d048c8136030adb4519da8fb251d
bbf7b9bb
1 parent
ec285139
disable the forward for bug. update the steps
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
README.md
trunk/conf/srs.conf
README.md
查看文件 @
bbf7b9b
...
...
@@ -62,6 +62,8 @@ m3u8 url: http://dev:80/live/livestream_sd.m3u8
</pre>
step 9: play live stream auto forwarded, the hls dir change to /forward
<br/>
<pre>
rtmp url: rtmp://dev:19350/live/livestream
m3u8 url: http://dev:80/forward/live/livestream.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
...
...
trunk/conf/srs.conf
查看文件 @
bbf7b9b
...
...
@@ -15,7 +15,7 @@ vhost __defaultVhost__ {
hls_path
./
objs
/
nginx
/
html
;
hls_fragment
5
;
hls_window
30
;
forward
127
.
0
.
0
.
1
:
19350
;
#
forward 127.0.0.1:19350;
transcode
{
enabled
on
;
ffmpeg
./
objs
/
ffmpeg
/
bin
/
ffmpeg
;
...
...
请
注册
或
登录
后发表评论