#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".