mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #328, support adobe hds. 2.0.138.
This commit is contained in:
parent
da56e4fbb9
commit
ffef62900f
13 changed files with 198 additions and 17 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -493,6 +493,11 @@ 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}"
|
||||
else
|
||||
echo -e "${YELLOW}warning: without HDS support${BLACK}"
|
||||
fi
|
||||
if [ $SRS_NGINX = YES ]; then
|
||||
echo -e "${GREEN}Nginx http server is enabled${BLACK}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue