[FFmpeg-trac] #11531(ffmpeg:new): [Regression] AAC audio in RTSP no more muxed with "-c copy"
FFmpeg
trac at avcodec.org
Thu Apr 3 15:33:32 EEST 2025
#11531: [Regression] AAC audio in RTSP no more muxed with "-c copy"
------------------------------------+----------------------------------
Reporter: HelFix | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: ffmpeg
Version: 7.1 | Resolution:
Keywords: AAC FFmpeg | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
------------------------------------+----------------------------------
Comment (by HelFix):
ok, i tried
ffmpeg version n7.1-55-g4b801baa46
{{{
ffmpeg -rtsp_transport tcp -i RTPS -c:v copy -c:a copy -map 0:a output.aac
}}}
ffmpeg version n7.1-56-gf265f9c9d0
{{{
ffmpeg -i output.aac -c:a copy -map 0:a output2.aac
}}}
i wasn't able to replicate same issue.
so i setup public restream from my rtsp for only audio
rtsp://185.91.117.52:8554/mystream
if i do
{{{
ffmpeg -rtsp_transport tcp -i rtsp://185.91.117.52:8554/mystream -c:a copy
output.aac
}}}
ffmpeg version n7.1-55-g4b801baa46 - working ok
ffmpeg version n7.1-56-gf265f9c9d0 - output.aac output size is 0 kb
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11531#comment:8>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list