<div>Hi,</div><div>    I get video and audio stream from rtmp address:</div><div><br></div><div>Input #0, flv, from 'rtmp://live.hkstv.hk.lxdns.com/live/hks':</div><div>  Metadata:</div><div>    author          : PowerSmart</div><div>    copyright       :</div><div>    description     :</div><div>    datarate        : 500</div><div>    livetime        : 1470020146</div><div>    timeshift       : 0</div><div>  Duration: 01:00:00.00, start: 0.000000, bitrate: N/A</div><div>    Stream #0:0: Video: h264 (Constrained Baseline), yuv420p, 640x480, 15.17 fps, 15 tbr, 1k tbn, 30 tbc</div><div>    Stream #0:1: Audio: aac, 32000 Hz, stereo, fltp</div><div>[flv @ 021f8780] Warning min_rate > 0 but min_rate != max_rate isn't recommended!</div><div>Output #0, flv, to 'rtmp://192.168.1.101:1935/live/1':</div><div>    Stream #0:0: Video: flv1 (flv), yuv420p, 640x480, q=2-31, 128 kb/s, 90k tbn, 30 tbc</div><div>    Stream #0:1: Audio: aac (libvo_aacenc), 32000 Hz, stereo, s16, 128 kb/s</div><div><br></div><div><br></div><div>After decoding and encoding, I use av_bitstream_filter_filter(aacBsfc,....) before av_interleaved_write_frame. Video and audio data can be sent to srs(rtmp server). I use ffplay to get the data from srs, the video is ok, but the audio is discontinuous, and <span style="line-height: 1.5;"> warning is shown:      [aac @ 04b91020] Number of scalefactor bands in group (51) exceeds limit (49).</span></div><div>What's wrong with the bitstream filter?</div>