#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to