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:
parent
96b4918c25
commit
02d47c5c21
3 changed files with 59 additions and 53 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue