winlin

Merge branch 'master' of github.com:winlinvip/simple-rtmp-server

@@ -366,6 +366,7 @@ ln -sf `pwd`/${SRS_OBJS}/nginx/html/live research/api-server/static-dir/live && @@ -366,6 +366,7 @@ ln -sf `pwd`/${SRS_OBJS}/nginx/html/live research/api-server/static-dir/live &&
366 rm -rf research/api-server/static-dir/forward && 366 rm -rf research/api-server/static-dir/forward &&
367 mkdir -p `pwd`/${SRS_OBJS}/nginx/html/forward && 367 mkdir -p `pwd`/${SRS_OBJS}/nginx/html/forward &&
368 ln -sf `pwd`/${SRS_OBJS}/nginx/html/forward research/api-server/static-dir/forward 368 ln -sf `pwd`/${SRS_OBJS}/nginx/html/forward research/api-server/static-dir/forward
  369 +ret=$?; if [[ $ret -ne 0 ]]; then echo "link players to cherrypy static-dir failed, ret=$ret"; exit $ret; fi
369 370
370 # only when the nginx is ok, 371 # only when the nginx is ok,
371 # if api-server not enalbed, use nginx as demo. 372 # if api-server not enalbed, use nginx as demo.