Skip to content

Commit

Permalink
NGINX-RTMP-TS-DASH 直播方案
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Aug 3, 2017
1 parent e277869 commit 1bd32f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
# This URL provides RTMP statistics in XML
location /stat {
rtmp_stat all;
rtmp_stat_stylesheet stat.xsl;
rtmp_stat all;
rtmp_stat_stylesheet stat.xsl;
}
location /stat.xsl {
Expand Down Expand Up @@ -211,9 +211,9 @@
}
}
```
+ 复制xml文件`cp /root/nginx-rtmp-module/stat.xsl /opt/openresty/nginx/html`
+ 拷贝xml文件`cp /root/nginx-rtmp-module/stat.xsl /opt/openresty/nginx/html`
+ 流状态查看:`http://127.0.0.1:8000/stat`
+ OBS推流地址:`rtmp://115.29.8.55/dash/123`
+ OBS推流地址:`rtmp://127.0.0.1/dash/123`
+ VLC观看RTMP直播流:`rtmp://127.0.0.1/dash/123`
+ DASH格式HTTP播放
```html
Expand Down

0 comments on commit 1bd32f3

Please sign in to comment.