mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
disable the forward for bug. update the steps
This commit is contained in:
parent
ec28513941
commit
bbf7b9bb01
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue