mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #512, write audio frame by frame for video+audio hls.
This commit is contained in:
parent
e08beba89e
commit
3683f06e4d
6 changed files with 36 additions and 44 deletions
|
@ -246,12 +246,6 @@ extern int aac_sample_rates[];
|
|||
#define SRS_SRS_MAX_CODEC_SAMPLE 128
|
||||
#define SRS_AAC_SAMPLE_RATE_UNSET 15
|
||||
|
||||
// in ms, for HLS aac flush the audio
|
||||
#define SRS_CONF_DEFAULT_AAC_DELAY 60
|
||||
|
||||
// max PES packets size to flush the video.
|
||||
#define SRS_AUTO_HLS_AUDIO_CACHE_SIZE 128 * 1024
|
||||
|
||||
/**
|
||||
* the FLV/RTMP supported audio sample size.
|
||||
* Size of each audio sample. This parameter only pertains to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue