mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
update depends script
This commit is contained in:
parent
764aa9b40a
commit
609a8fa472
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ if [ $SRS_HLS = YES ]; then
|
|||
sed -i "s/^.user nobody;/user `whoami`;/g" ${SRS_OBJS}/nginx/conf/nginx.conf
|
||||
|
||||
# create forward dir
|
||||
mkdir -p ${SRS_OBJS}/nginx/html/forward
|
||||
mkdir -p ${SRS_OBJS}/nginx/html/live &&
|
||||
mkdir -p ${SRS_OBJS}/nginx/html/forward/live
|
||||
|
||||
# generate default html pages for android.
|
||||
html_file=${SRS_OBJS}/nginx/html/live/livestream.html && hls_stream=livestream.m3u8 && write_nginx_html5
|
||||
|
|
Loading…
Reference in a new issue