modules_k/rtpproxy: fix crash related to SDP without ssession IP
- when the IP address is provided only in the SDP stream description
and not in the SDP session description, the rtpproxy module was crashing
due to wrong check of the IP address length.
- thanks to Daniel Constantin Mierla for reporting and investigating this.