正在显示
4 个修改的文件
包含
12 行增加
和
0 行删除
| @@ -270,6 +270,9 @@ if [ $SRS_HLS = YES ]; then | @@ -270,6 +270,9 @@ if [ $SRS_HLS = YES ]; then | ||
| 270 | ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players && | 270 | ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players && |
| 271 | rm -f ${SRS_OBJS}/nginx/crossdomain.xml && | 271 | rm -f ${SRS_OBJS}/nginx/crossdomain.xml && |
| 272 | ln -sf `pwd`/research/players/crossdomain.xml ${SRS_OBJS}/nginx/html/crossdomain.xml | 272 | ln -sf `pwd`/research/players/crossdomain.xml ${SRS_OBJS}/nginx/html/crossdomain.xml |
| 273 | + | ||
| 274 | + # nginx.html to detect whether nginx is alive | ||
| 275 | + echo "nginx is ok" > ${SRS_OBJS}/nginx/html/nginx.html | ||
| 273 | fi | 276 | fi |
| 274 | 277 | ||
| 275 | if [ $SRS_HLS = YES ]; then | 278 | if [ $SRS_HLS = YES ]; then |
trunk/conf/hls.conf
0 → 100644
trunk/conf/rtmp.conf
100755 → 100644
trunk/conf/srs.19350.conf
100755 → 100644
-
请 注册 或 登录 后发表评论