mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
GB28181: Fix bug for parsing GB to RTC.
This commit is contained in:
parent
5a420ece3b
commit
c12deded98
14 changed files with 122 additions and 62 deletions
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -642,9 +642,9 @@ else
|
|||
echo -e "${YELLOW}Warning: HLS is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_STREAM_CASTER = YES ]; then
|
||||
echo -e "${YELLOW}Experiment: StreamCaster is enabled.${BLACK}"
|
||||
echo -e "${YELLOW}Experiment: StreamConverter is enabled.${BLACK}"
|
||||
else
|
||||
echo -e "${GREEN}Note: StreamCaster is disabled.${BLACK}"
|
||||
echo -e "${GREEN}Note: StreamConverter is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_HDS = YES ]; then
|
||||
echo -e "${YELLOW}Experiment: HDS is enabled.${BLACK}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue