Handle RTSP make port error case

Bind interface don't allow bind muti-port in same socket.
in MakePortPair function, RTP socket bind would always fail
after RTP socket bind success and RTCP failed at one loop.

We should recreate RTP socket after RTCP bind fail.

Bug: 174103626
Change-Id: I909c3e7b6328bcafafed57e4070c38a7b3776114
1 file changed