geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
755 stars 199 forks source link

Major refactor of CRtspSession: #38

Closed kadavris closed 3 years ago

kadavris commented 3 years ago

1) added incremental client commands reading to prevent attempts to process incomplete requests 2) complete change of CRtspSession::handleRequests to be more compatible with the RFC2326 standard 3) added a lot of on-demand debug output and sanity checks Fixed some small bugs with other modules Fixed testserver module to accomodate new changes tested on windows with vlc ;)

kadavris commented 3 years ago

tested ok on windows machine, but ESP32-CAM build works with quirks. need to test more