mirror of https://github.com/FFmpeg/FFmpeg.git
The s->ssrc field is the sender's SSRC, we use ssrc + 1 to get
a collision free "unique" SSRC for ourselves in the RR part.
The SDES block in the RTCP packet should describe ourselves,
not the sender.
This was fixed for the RR part in 952139a322
, but wasn't
fixed for the SDES part until now.
This could cause some Axis cameras to send RTCP BYE packets
to us due to the SSRC collision.
Signed-off-by: Martin Storsjö <martin@martin.st>
release/0.10
parent
4b63cc18bc
commit
ad7beb2cac
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue