Added ----- * Basic support for RTSPS (but no claim on RTSP/2.0) - Thanks Joshua Wise <joshuajoshuawise.com>
1.3.7
====================
Fixed ----- * fix RTSPReader to prevent sending URL credentials into the logs
1.3.6
====================
Fixed ----- * fix an issue with RTCP statistics not properly detecting reordering * fix a issue with RTCP possibly overflowing where there are too many lost packets
1.3.5
====================
Fixed ----- * Adapt to servers not supporting GET_PARAMETERS and OPTIONS
1.3.4
====================
Fixed ----- * Start CSeq to 1 instead of 0 for some peaky servers
Misc ---- * Enforce py36 or higher, as it does not work below that point. * Fix license specifier which was incorrect
1.3.3
====================
Fixed ----- * Fix an issue when RTSP response headers are fragmented across multiple TCP reads