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

for #293, #250, move the ts codec to kernel ts.

This commit is contained in:
winlin 2015-01-25 10:54:25 +08:00
parent d22e4e86d8
commit ea85ad2e20
7 changed files with 829 additions and 800 deletions

View file

@ -50,6 +50,7 @@ using namespace std;
#include <srs_kernel_avc.hpp>
#include <srs_kernel_file.hpp>
#include <srs_rtmp_buffer.hpp>
#include <srs_kernel_ts.hpp>
// drop the segment when duration of ts too small.
#define SRS_AUTO_HLS_SEGMENT_MIN_DURATION_MS 100