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

For #299, increase dash segment size for avsync issue. 3.0.89

This commit is contained in:
winlin 2019-12-29 18:21:45 +08:00
parent d11a7b2e00
commit 8a28a11648
7 changed files with 101 additions and 67 deletions

View file

@ -1835,7 +1835,7 @@ public:
uint32_t reference_id;
uint32_t timescale;
uint64_t earliest_presentation_time;
uint32_t first_offset;
uint64_t first_offset;
// TODO: FIXME: Should double check buffer.
std::vector<SrsMp4SegmentIndexEntry> entries;
public:
@ -2115,6 +2115,7 @@ private:
private:
uint32_t nb_audios;
uint32_t nb_videos;
uint32_t styp_bytes;
uint64_t mdat_bytes;
SrsMp4SampleManager* samples;
public: