This repository follows changelog.
We try to stick to Semantic versioning.
- Basic support for RTSPS (but no claim on RTSP/2.0) - Thanks Joshua Wise <[email protected]>
- fix RTSPReader to prevent sending URL credentials into the logs
- fix an issue with RTCP statistics not properly detecting reordering
- fix a issue with RTCP possibly overflowing where there are too many lost packets
- Adapt to servers not supporting GET_PARAMETERS and OPTIONS
- Start CSeq to 1 instead of 0 for some peaky servers
- Enforce py36 or higher, as it does not work below that point.
- Fix license specifier which was incorrect
- Fix an issue when RTSP response headers are fragmented across multiple TCP reads
- Some servers don't like when CSeq is not the first header...
- Check transport status in session keep alive loops
- Add a simplified
RTSPReader
class for easy RTP gathering
- First Open Source version