Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
  2. Jun 08, 2016
  3. Jun 07, 2016
  4. Jun 06, 2016
  5. Jun 02, 2016
    • Nirbheek Chauhan's avatar
      rtpjpegdepay: Don't send invalid frames downstream after packet loss or a DISCONT · e837b5f1
      Nirbheek Chauhan authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      After clearing the adapter due to a DISCONT, as might happen when some packet(s)
      have been lost, the depayloader was pushing data into the adapter (which had no
      header due to the clear), creating a headerless frame out of it, and sending it
      downstream. The downstream decoder would then usually ignore it; unless there
      were lots of DISCONTs from the jitterbuffer in which case the decoder would reach
      its max_errors limit and throw an element error. Now we just discard that data.
      
      It is probaby not worth trying to salvage this data because non-progressive
      jpeg does not degrade gracefully and makes the video unwatchable even with
      low packet loss such as 3-5%.
      e837b5f1
  6. May 27, 2016
  7. May 25, 2016
  8. May 20, 2016
  9. May 19, 2016
  10. May 16, 2016
Loading