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

RTC: Generate timestamp only when transcode opus to aac.

This commit is contained in:
winlin 2020-06-16 13:39:02 +08:00
parent 2c1bd6da3e
commit cf738754ae
4 changed files with 6 additions and 7 deletions

View file

@ -173,6 +173,7 @@ private:
SrsAudioRecode* codec;
bool discard_bframe;
bool merge_nalus;
uint32_t audio_timestamp;
public:
SrsRtcFromRtmpBridger(SrsRtcSource* source);
virtual ~SrsRtcFromRtmpBridger();