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

fix #151, always reap ts whatever audio or video packet. 0.9.223.

This commit is contained in:
winlin 2014-10-08 15:15:57 +08:00
parent 13b092704d
commit 9789335d0b
6 changed files with 22 additions and 20 deletions

View file

@ -239,14 +239,6 @@ private:
int64_t audio_buffer_start_pts;
// time jitter for aac
SrsHlsAacJitter* aac_jitter;
private:
/**
* for pure audio HLS application,
* the video count used to count the video,
* if zero and audio buffer overflow, reap the ts,
* just like we got a keyframe.
*/
u_int32_t video_count;
public:
SrsHlsCache();
virtual ~SrsHlsCache();