mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine hls, extract the flv/aac sample rates
This commit is contained in:
parent
e5e2729967
commit
96e0273e99
4 changed files with 42 additions and 23 deletions
|
@ -47,6 +47,16 @@ class SrsPithyPrint;
|
|||
class SrsSource;
|
||||
class SrsFileWriter;
|
||||
|
||||
/**
|
||||
* the flv sample rate map
|
||||
*/
|
||||
extern int flv_sample_rates[];
|
||||
|
||||
/**
|
||||
* the aac sample rate map
|
||||
*/
|
||||
extern int aac_sample_rates[];
|
||||
|
||||
/**
|
||||
* jitter correct for audio,
|
||||
* the sample rate 44100/32000 will lost precise,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue