Skip to content
Snippets Groups Projects
  1. Sep 17, 2013
    • Josh Allmann's avatar
      rtmp: Follow Flash player numbering for channels. · d4aef997
      Josh Allmann authored
      
      Channel 4 is typically used by the Flash player to transmit
      audio, channel 6 for video, and various stream-specific invokes
      get sent over channel 8, which is designated the source channel.
      
      This more closely matches the behavior of the Flash player,
      including the transmission of play requests over channel 8.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      d4aef997
    • Josh Allmann's avatar
      rtmp: Send video on a separate channel. · 120af23c
      Josh Allmann authored
      
      Sending non-monotonic packets (e.g. when the audio and video
      streams are monotonic within themselves but not muxed
      monotonically) will lead to negative values the RTMP timestamp
      field (where timestamps are transmitted only as deltas for each
      channel), and this delta can end up being incorrectly written as
      a large unsigned number.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      120af23c
  2. Sep 16, 2013
  3. Sep 15, 2013
  4. Sep 14, 2013
  5. Sep 13, 2013
    • Christian Schmidt's avatar
      pcm-dvd: Minor leftovers · aca25104
      Christian Schmidt authored
      Drop a pointless branch in uninit and use the compact copyright.
      aca25104
    • Christian Schmidt's avatar
      pcm-dvd: Support channel configuration changes · d9cdb7d8
      Christian Schmidt authored
      The sample buffering logic does not take into account that the blocksize
      could change. Reset the buffer if the channel configuration changes,
      since if there are leftover samples, it is most likely a broken or
      misconcatenated stream. This could lead to negative numbers for
      missing_samples during decoding.
      
      Thanks to Michael Niedermeyer for pointing these out.
      d9cdb7d8
  6. Sep 12, 2013
  7. Sep 11, 2013
Loading