[FFmpeg-trac] #11474(undetermined:new): FFmpeg encounters an error when streaming FLV to RTMP after approximately 1 minute and 40 seconds. The error message suggests an issue with submitting a packet to the muxer.
FFmpeg
trac at avcodec.org
Sun Feb 16 20:23:45 EET 2025
#11474: FFmpeg encounters an error when streaming FLV to RTMP after approximately 1
minute and 40 seconds. The error message suggests an issue with submitting
a packet to the muxer.
-------------------------------------+-------------------------------------
Reporter: adobez | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: FFmpeg encounters an error when streaming FLV to RTMP
after approximately 1 minute and 40 seconds. The error message suggests an
issue with submitting a packet to the muxer.
How to reproduce:
{{{
% ffmpeg -stream_loop -1 -re -i input.mp4 -r 24
-c:v libx264 -preset ultrafast -b:v 1200k -maxrate 1500k -bufsize 3000k
-c:a aac -b:a 128k -ar 44100 -ac 2
-map 0:v:0 -map 0:a:0 -flvflags no_duration_filesize
-max_muxing_queue_size 4096
-f flv "rtmp://live-api.shopee.co.th/live/stream_key"
ffmpeg version: ffmpeg version N-118457-gd6a364e7c3-20250210 Copyright (c)
2000-2025 the FFmpeg developers
built with gcc 14.2.0 (crosstool-NG 1.26.0.120_4d36f27)
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11474>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list