Skip to content
  • Marc Leeman's avatar
    rtpmp4vpay: config-interval -1 send at idr · d365c4fd
    Marc Leeman authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    adjust/port from rtph264pay and allow sending the configuration data at
    every IDR
    
    The payloader was stripping the configuration data when the
    config-interval was set to 0. The code was written in such a way !(a >
    0) that it stripped the config when it was set at -1 (send config_data
    as soon as possible).
    
    This resulted in some MPEG4 streams where no GOP/VOP-I was detected to
    be sent out without configuration.
    d365c4fd