1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Merge SRS 4.0

This commit is contained in:
winlin 2020-07-19 10:09:28 +08:00
commit 8ae3ab0ba7
15 changed files with 861 additions and 16 deletions

5
trunk/configure vendored
View file

@ -679,6 +679,11 @@ if [ $SRS_HLS = YES ]; then
else
echo -e "${YELLOW}Warning: HLS is disabled.${BLACK}"
fi
if [ $SRS_LAS = YES ]; then
echo -e "${YELLOW}Experiment: LAS is enabled.${BLACK}"
else
echo -e "${GREEN}Warning: LAS is disabled.${BLACK}"
fi
if [ $SRS_STREAM_CASTER = YES ]; then
echo -e "${YELLOW}Experiment: StreamCaster is enabled.${BLACK}"
else