1. 11 May, 2016 2 commits
    • Martin Storsjö's avatar
      rtsp: Parse SSRC attributes in the SDP · bc2a3296
      Martin Storsjö authored
      When feeding input RTP packets to the depacketizer via custom IO,
      it needs to pick the right stream using the payload type for
      RTP packets, and using the SSRC for RTCP packets. If the first
      packet is an RTCP packet, we don't (currently) know the SSRC
      yet and thus can't pick the right RTP depacketizer to handle it.
      
      By parsing the SSRC attribute in the SDP, we can map initial
      RTCP packets to the right stream.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      bc2a3296
    • Martin Storsjö's avatar
      rtpdec: Always check if we have the next packet queued · 9ea78fd0
      Martin Storsjö authored
      It doesn't matter what the actual reason for not returning
      an AVPacket was - if we didn't return any packet and we have
      the next one queued, parse it immediately. (rtp_parse_queued_packet
      always consumes a queued packet if one exists, so there's no risk
      for infinite loops.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      9ea78fd0
  2. 10 May, 2016 4 commits
  3. 06 May, 2016 1 commit
  4. 05 May, 2016 2 commits
  5. 04 May, 2016 3 commits
  6. 03 May, 2016 5 commits
  7. 02 May, 2016 1 commit
  8. 30 Apr, 2016 16 commits
  9. 29 Apr, 2016 1 commit
  10. 27 Apr, 2016 1 commit
  11. 26 Apr, 2016 2 commits
  12. 25 Apr, 2016 1 commit
  13. 24 Apr, 2016 1 commit