When transcoding to H264/AAC from TS source. Resampler won't kick in
This might be all aroung issue. Not just with that specific transcoding.
I was already able to fix this problem by changing one line in modules/stream_out/transcode.c line 1149 back to id->p_encoder->fmt_out.audio.i_rate (whats in comment) instead of fmt_last.audio.i_rate
Now bandlimited resampler kicks in. This might not be a fix for it but an really ugly hack?-) But hope that it will get you started.
This fix was provided to me by ILEoo.
See log file for details.