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

always enable http and hls

This commit is contained in:
winlin 2017-02-11 13:29:53 +08:00
parent 11e8fe5bc0
commit 8e5d4dc73d
7 changed files with 10 additions and 71 deletions

View file

@ -54,11 +54,6 @@ class SrsHlsSegment;
class SrsTsCache;
class SrsTsContext;
/**
* * the HLS section, only available when HLS enabled.
* */
#ifdef SRS_AUTO_HLS
/**
* write to file and cache.
*/
@ -420,5 +415,3 @@ private:
};
#endif
#endif