[FFmpeg-trac] #11474(undetermined:new): Failed FLV RTMP streaming to remote source
FFmpeg
trac at avcodec.org
Wed Feb 26 14:51:49 EET 2025
#11474: Failed FLV RTMP streaming to remote source
-------------------------------------+-------------------------------------
Reporter: adobez | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by adobez):
This is the command line that I have testing
const ffmpeg = spawn(ffmpegPath, [
'-stream_loop', '-1',
'-re', '-i', videoPath,
'-r', '30',
'-g', '60',
'-keyint_min', '30',
'-sc_threshold', '0',
'-c:v', 'libx264',
'-preset', 'veryfast',
'-b:v', '1200k',
'-maxrate', '1500k',
'-bufsize', '3000k',
'-c:a', 'aac', '-b:a', '128k',
'-ar', '44100', '-ac', '2',
'-af', 'aresample=async=1:min_hard_comp=0.100000:first_pts=0',
'-pix_fmt', 'yuv420p',
'-flvflags', 'no_duration_filesize',
'-max_muxing_queue_size', '1024',
'-f', 'flv', fullRtmpUrl
]);
The error is
https://prnt.sc/rRmxGxpD93zn
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11474#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list