正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -62,6 +62,8 @@ m3u8 url: http://dev:80/live/livestream_sd.m3u8 | @@ -62,6 +62,8 @@ m3u8 url: http://dev:80/live/livestream_sd.m3u8 | ||
| 62 | </pre> | 62 | </pre> |
| 63 | step 9: play live stream auto forwarded, the hls dir change to /forward<br/> | 63 | step 9: play live stream auto forwarded, the hls dir change to /forward<br/> |
| 64 | <pre> | 64 | <pre> |
| 65 | +rtmp url: rtmp://dev:19350/live/livestream | ||
| 66 | +m3u8 url: http://dev:80/forward/live/livestream.m3u8 | ||
| 65 | rtmp url: rtmp://dev:19350/live/livestream_ld | 67 | rtmp url: rtmp://dev:19350/live/livestream_ld |
| 66 | m3u8 url: http://dev:80/forward/live/livestream_ld.m3u8 | 68 | m3u8 url: http://dev:80/forward/live/livestream_ld.m3u8 |
| 67 | rtmp url: rtmp://dev:19350/live/livestream_sd | 69 | rtmp url: rtmp://dev:19350/live/livestream_sd |
| @@ -15,7 +15,7 @@ vhost __defaultVhost__ { | @@ -15,7 +15,7 @@ vhost __defaultVhost__ { | ||
| 15 | hls_path ./objs/nginx/html; | 15 | hls_path ./objs/nginx/html; |
| 16 | hls_fragment 5; | 16 | hls_fragment 5; |
| 17 | hls_window 30; | 17 | hls_window 30; |
| 18 | - forward 127.0.0.1:19350; | 18 | + #forward 127.0.0.1:19350; |
| 19 | transcode { | 19 | transcode { |
| 20 | enabled on; | 20 | enabled on; |
| 21 | ffmpeg ./objs/ffmpeg/bin/ffmpeg; | 21 | ffmpeg ./objs/ffmpeg/bin/ffmpeg; |
-
请 注册 或 登录 后发表评论