[FFmpeg-trac] #10565(undetermined:new): Error submitting a packet to the muxer: Broken pipe, Error muxing a packet

FFmpeg trac at avcodec.org
Wed Sep 13 21:47:23 EEST 2023


#10565: Error submitting a packet to the muxer: Broken pipe, Error muxing a packet
-------------------------------------+-------------------------------------
             Reporter:  Rob          |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  Error        |               Blocked By:
  submitting a packet to the muxer:  |
  Broken pipe, Error muxing a        |
  packet                             |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 I am streaming a video (mp4) to a RTMP destination and hitting this error.
 The RTMP destination is receiving the data and creating HLS TS files from
 it - using nginx RTMP module.

 Once this error it hit, FFMPEG keeps going, but the server stops creating
 TS files at that point.

 [aost#0:1/copy @ 0x135ab40] Error submitting a packet to the muxer: Broken
 pipe/s speed=1.05x
 [out#0/flv @ 0x1359700] Error muxing a packet
 [flv @ 0x13c96c0] Failed to update header with correct duration.ate=
 17.9kbits/s speed=1.04x
 [flv @ 0x13c96c0] Failed to update header with correct filesize.
 [out#0/flv @ 0x1359700] Error writing trailer: Broken pipe
 [out#0/flv @ 0x1359700] Error closing file: Broken pipe

 How to reproduce:
 {{{

 ffmpeg -re -i low.mp4 -map 0 -c copy -f flv rtmp://127.0.0.1:1935/<my
 stream key>

 ffmpeg version N-112061-g654e4b00e2 Copyright (c) 2000-2023 the FFmpeg
 developers

 }}}

 I have attached a ZIP of the file I am using to reproduce it.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10565>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list