Re: [FFmpeg-devel] [PATCH v5] Fix integer parameters size check in SDP fmtp line

2019-06-07 Thread Michael Niedermayer
On Wed, May 22, 2019 at 06:10:36PM +0200, Olivier Maignial wrote: > === PROBLEM === > > I was trying to record h264 + aac streams from an RTSP server to mp4 file. > using this command line: > ffmpeg -v verbose -y -i "rtsp:///my_resources" -codec copy -bsf:a > aac_adtstoasc test.mp4 > > FFmp

Re: [FFmpeg-devel] [PATCH v5] Fix integer parameters size check in SDP fmtp line

2019-06-07 Thread Olivier MAIGNIAL
Hello, Just a reminder about this patch If you need something else to validate it, please let me know Olivier On Wed, May 22, 2019 at 6:10 PM Olivier Maignial wrote: > === PROBLEM === > > I was trying to record h264 + aac streams from an RTSP server to mp4 file. > using this command line: >

[FFmpeg-devel] [PATCH v5] Fix integer parameters size check in SDP fmtp line

2019-05-22 Thread Olivier Maignial
=== PROBLEM === I was trying to record h264 + aac streams from an RTSP server to mp4 file. using this command line: ffmpeg -v verbose -y -i "rtsp:///my_resources" -codec copy -bsf:a aac_adtstoasc test.mp4 FFmpeg then fail to record audio and output this logs: [rtsp @ 0xcda1f0] The profi