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

RTC: Refine config, aac to rtmp_to_rtc, bframe to keep_bframe. v4.0.174

This commit is contained in:
winlin 2021-10-11 22:14:45 +08:00
parent fe9e43b6d4
commit 71ed6e5dc5
16 changed files with 94 additions and 52 deletions

View file

@ -254,9 +254,9 @@ private:
// The metadata cache.
SrsMetaCache* meta;
private:
bool discard_aac;
bool rtmp_to_rtc;
SrsAudioTranscoder* codec_;
bool discard_bframe;
bool keep_bframe;
bool merge_nalus;
uint16_t audio_sequence;
uint16_t video_sequence;