mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
close #454, support obs restart publish. 2.0.184
This commit is contained in:
parent
ccc4c05da9
commit
2cf526ffc7
7 changed files with 33 additions and 19 deletions
11
trunk/configure
vendored
11
trunk/configure
vendored
|
@ -508,10 +508,15 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
|||
else
|
||||
echo -e "${YELLOW}warning: without HLS support${BLACK}"
|
||||
fi
|
||||
if [ $SRS_HDS = YES ]; then
|
||||
echo -e "${GREEN}HDS is enabled${BLACK}"
|
||||
if [ $SRS_STREAM_CASTER = YES ]; then
|
||||
echo -e "${YELLOW}Experiment: StreamCaster is enabled${BLACK}"
|
||||
else
|
||||
echo -e "${YELLOW}warning: without HDS support${BLACK}"
|
||||
echo -e "${GREEN}note: without StreamCaster support${BLACK}"
|
||||
fi
|
||||
if [ $SRS_HDS = YES ]; then
|
||||
echo -e "${YELLOW}Experiment: HDS is enabled${BLACK}"
|
||||
else
|
||||
echo -e "${GREEN}warning: without HDS support${BLACK}"
|
||||
fi
|
||||
if [ $SRS_NGINX = YES ]; then
|
||||
echo -e "${GREEN}Nginx http server is enabled${BLACK}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue