79166067

Date: 2024-11-07 10:49:00
Score: 1
Natty:
Report link

You receive the error [mpegts @ 0x7fc4c00343c0] AAC bitstream not in ADTS format and extradata missing probably because you haven't called avcodec_parameters_from_context(), which copies the AAC codec extradata from the codec context to AVStream codecpar. If it's there, the mpegts muxer will create another AVFormatContext for this purpose by itself.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marko Vitez