Closed viktorxda closed 1 week ago
The parser only expected port ranges (like client_port=8523-8524) and could not handle single ports, resulting in Malformed Transport error when it was given a transport header such as: Transport: RTP/AVP;unicast;client_port=8523 in SETUP request. This PR modifies the parsing logic to handle single ports.
We will try to apply this solution to hardware video players that are used together with OpenIPC IP cameras.