mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1506, support directly turn FLV timestamp to TS DTS. 3.0.68
This commit is contained in:
parent
31f341e205
commit
b4870a6d6f
7 changed files with 47 additions and 2 deletions
|
@ -288,6 +288,8 @@ private:
|
|||
int64_t previous_audio_dts;
|
||||
// The total aac samples.
|
||||
uint64_t aac_samples;
|
||||
// Whether directly turn FLV timestamp to TS DTS.
|
||||
bool hls_dts_directly;
|
||||
private:
|
||||
SrsOriginHub* hub;
|
||||
SrsRtmpJitter* jitter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue