[FFmpeg-trac] #10013(undetermined:new): [regression] `ffmpeg` 5.0.1 crashes when using domain in URL when uploading to RTMP endpoint
FFmpeg
trac at avcodec.org
Tue Nov 8 10:21:25 EET 2022
#10013: [regression] `ffmpeg` 5.0.1 crashes when using domain in URL when uploading
to RTMP endpoint
-------------------------------------+-------------------------------------
Reporter: Jesús | Owner: (none)
Leganés-Combarro |
Type: defect | Status: new
Priority: important | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: RTMP crash | Blocked By:
regression |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Jesús Leganés-Combarro):
I have tested with latest static prebuild (5.1.1-static,
https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-
amd64-static.tar.xz) and it's also crashing :-/
piranna at ThinkPad-T16:/run/user/1000/LL-HLS-streamer_bttf$ ./ffmpeg -re -f
lavfi -i sine=frequency=1000 -acodec aac -f flv rtmp://localhost:1935 -v 9
-loglevel 99
ffmpeg version 5.1.1-static https://johnvansickle.com/ffmpeg/ Copyright
(c) 2000-2022 the FFmpeg developers
built with gcc 8 (Debian 8.3.0-6)
configuration: --enable-gpl --enable-version3 --enable-static --disable-
debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio
--cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp
--enable-libgme --enable-gray --enable-libaom --enable-libfribidi
--enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt
--enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab
--enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264
--enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid
--enable-libzvbi --enable-libzimg
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Splitting the commandline.
Reading option '-re' ... matched as option 're' (read input at native
frame rate; equivalent to -readrate 1) with argument '1'.
Reading option '-f' ... matched as option 'f' (force format) with argument
'lavfi'.
Reading option '-i' ... matched as input url with argument
'sine=frequency=1000'.
Reading option '-acodec' ... matched as option 'acodec' (force audio codec
('copy' to copy stream)) with argument 'aac'.
Reading option '-f' ... matched as option 'f' (force format) with argument
'flv'.
Reading option 'rtmp://localhost:1935' ... matched as output url.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input url sine=frequency=1000.
Applying option re (read input at native frame rate; equivalent to
-readrate 1) with argument 1.
Applying option f (force format) with argument lavfi.
Successfully parsed a group of options.
Opening an input file: sine=frequency=1000.
detected 16 logical cores
[Parsed_sine_0 @ 0x5e8e100] Setting 'frequency' to value '1000'
[AVFilterGraph @ 0x5e8c340] query_formats: 2 queried, 3 merged, 0 already
done, 0 delayed
[lavfi @ 0x5e8b7c0] All info found
[lavfi @ 0x5e8b7c0] stream 0: start_time: 0 duration: NOPTS
[lavfi @ 0x5e8b7c0] format: start_time: 0 duration: NOPTS (estimate from
bit rate) bitrate=705 kb/s
Input #0, lavfi, from 'sine=frequency=1000':
Duration: N/A, start: 0.000000, bitrate: 705 kb/s
Stream #0:0, 1, 1/44100: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s
Successfully opened the file.
Parsing a group of options: output url rtmp://localhost:1935.
Applying option acodec (force audio codec ('copy' to copy stream)) with
argument aac.
Applying option f (force format) with argument flv.
Successfully parsed a group of options.
Opening an output file: rtmp://localhost:1935.
[rtmp @ 0x5ea5740] No default whitelist set
[tcp @ 0x5ea4a80] No default whitelist set
Violación de segmento (`core' generado)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10013#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list