[FFmpeg-trac] #10565(undetermined:new): Error submitting a packet to the muxer: Broken pipe, Error muxing a packet
FFmpeg
trac at avcodec.org
Thu Nov 16 15:53:39 EET 2023
#10565: Error submitting a packet to the muxer: Broken pipe, Error muxing a packet
-------------------------------------+-------------------------------------
Reporter: Rob | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
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 |
-------------------------------------+-------------------------------------
Comment (by Steven Liu):
No, it's not ScriptData, It just DATA if you using map option, it's only
timecode data. There have Data channel for Data in flv muxer.
libavformat/flvenc.c
{{{
685 case AVMEDIA_TYPE_DATA:
686 if (par->codec_id != AV_CODEC_ID_TEXT && par->codec_id !=
AV_CODEC_ID_NONE)
687 return unsupported_codec(s, "Data", par->codec_id);
688 flv->data_par = par;
689 break;
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10565#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list