RTSP pull input

Includes TCP, UDP and authentication support
This commit is contained in:
Thulinma 2017-10-14 19:19:07 +02:00
parent b81f980932
commit f5c1e6b573
7 changed files with 526 additions and 27 deletions

View file

@ -113,7 +113,6 @@ bool AnalyserRTSP::parsePacket(){
return true;
}while (isOpen());
// if needed, parse TCP packets, and cancel if it is not safe (yet) to read HTTP/RTSP packets
return false;
}