[FFmpeg-trac] #5239(avformat:new): support options for MPEGTS muxer when using RTP_MPEGTS

FFmpeg trac at avcodec.org
Wed Aug 3 17:20:34 EEST 2016


#5239: support options for MPEGTS muxer when using RTP_MPEGTS
-------------------------------------+------------------------------------
             Reporter:  mattdicken   |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  rtp_mpegts   |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+------------------------------------

Comment (by thovo):

 Analysis:
 At the moment, format options do not get forwarded from rtp_mpegts to
 mpegts. So, it is not possible to adjust the mux rate or the PCR interval
 when using rtp_mpegts.

 Possible solution:
 To solve this one could extend rtp_mpegts_write_header() in
 rtpenc_mpegts.c to call avformat_write_header() with the corresponding
 options when creating the AVFormatContext instance for the mpegts part of
 the muxing chain.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5239#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list