Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. git bisect good
  2. bc2a32969eb4db17677971def5ad5b936d9d1648 is the first bad commit
  3. commit bc2a32969eb4db17677971def5ad5b936d9d1648
  4. Author: Martin Storsjö <martin@martin.st>
  5. Date: Tue Dec 4 15:28:29 2012 +0200
  6.  
  7. rtsp: Parse SSRC attributes in the SDP
  8.  
  9. When feeding input RTP packets to the depacketizer via custom IO,
  10. it needs to pick the right stream using the payload type for
  11. RTP packets, and using the SSRC for RTCP packets. If the first
  12. packet is an RTCP packet, we don't (currently) know the SSRC
  13. yet and thus can't pick the right RTP depacketizer to handle it.
  14.  
  15. By parsing the SSRC attribute in the SDP, we can map initial
  16. RTCP packets to the right stream.
  17.  
  18. Signed-off-by: Martin Storsjö <martin@martin.st>
  19.  
  20. :040000 040000 5c5f439a7ed8b842c97d679bb7fd0959c55989d3 5ea316170ba85975093d0ba2ce0a22e472516259 M libavformat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement