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

Docs: Update features with version.

This commit is contained in:
winlin 2022-11-23 09:24:34 +08:00
parent 96b4918c25
commit 02d47c5c21
3 changed files with 59 additions and 53 deletions

5
trunk/configure vendored
View file

@ -691,6 +691,11 @@ if [[ $SRS_GB28181 == YES ]]; then
else
echo -e "${GREEN}Warning: GB28181 is disabled.${BLACK}"
fi
if [[ $SRS_H265 == YES ]]; then
echo -e "${YELLOW}Experiment: HEVC/H.265 is enabled. https://github.com/ossrs/srs/issues/465${BLACK}"
else
echo -e "${GREEN}Warning: HEVC/H.265 is disabled.${BLACK}"
fi
if [[ $SRS_SRT == YES ]]; then
echo -e "${YELLOW}Experiment: SRT is enabled. https://github.com/ossrs/srs/issues/1147${BLACK}"
else