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

@ -379,7 +379,7 @@ namespace Mist{
it != sdpState.tracks.end(); ++it){
Socket::UDPConnection &s = it->second.data;
while (s.Receive()){
if (s.getDestPort() != it->second.cPort && checkPort){
if (s.getDestPort() != it->second.cPortA && checkPort){
// wrong sending port, ignore packet
continue;
}