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
|
@ -72,6 +72,12 @@ void show_macro_features()
|
|||
srs_warn("check feature hls: off");
|
||||
#endif
|
||||
|
||||
#ifdef SRS_AUTO_HDS
|
||||
srs_trace("check feature hds: on");
|
||||
#else
|
||||
srs_warn("check feature hds: off");
|
||||
#endif
|
||||
|
||||
#ifdef SRS_AUTO_HTTP_CALLBACK
|
||||
srs_trace("check feature http callback: on");
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue