On 10/05/16 15:28, Martin Storsjö wrote: > 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. > --- > libavformat/rtsp.c | 6 ++++++ > libavformat/rtsp.h | 3 +++ > 2 files changed, 9 insertions(+) >
Sounds good. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
