[FFmpeg-trac] #10461(ffmpeg:new): AAC-LC RTP Multicast bug
FFmpeg
trac at avcodec.org
Tue Jul 11 11:48:40 EEST 2023
#10461: AAC-LC RTP Multicast bug
--------------------------------------+----------------------------------
Reporter: Aaron Jowitt | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: 6.0
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------------+----------------------------------
After 8-10 hours of AAC-LC stereo audio TP Multicast streaming ok, the
stream changes to continuously output silence or distorted low level audio
(sometimes with audio in one channel only). It requires a restart of
FFMPEG to resolve, but then always the problem occurs another 8-10 hours
later.
It occurs with AAC-LC whether using the native AAC encoder or libFDK_AAC.
It does not occur with Opus or HE-AAC.
96 kbps 32 kHz. Windows 11.
{{{ffmpeg -re -f s16le -ar 32000 -ac 2 -i pipe:0 -af "lowpass=f=16000,
volume=-2dB" -c:a libfdk_aac -profile:a aac_low -flags +global_header -b:a
96k -pkt_size 1480 -f rtp -payload_type 96 rtp://225.0.0.20:6004 -async
2000}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10461>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list