RTSP pull input
Includes TCP, UDP and authentication support
This commit is contained in:
parent
b81f980932
commit
f5c1e6b573
7 changed files with 526 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue