Closed Revan1985 closed 10 months ago
I have manually merge the correction to RTSPListener.
I have also added a check for -u in spdfile class. some cameras (chinese mostly) returns an empty url value, breaking the program and causing an Url Parsing exception
For this part I am not confident in the correction.
value = GetKeyValue(sdpStream);
should not be include in the catch block, it will prevent to go to the next line.
Please provide an SDP file or an unit test for this case.
Hi, I have provided an updated version (you were right, the catch prevent next reading), and provided a test with a sdp file for this case.
I have found a bug in the RTSP Listener class. (caused by my last pull request, sorry).
Reading without slicing the memory, will provide incorrect results... I have also added a check for -u in spdfile class. some cameras (chinese mostly) returns an empty url value, breaking the program and causing an Url Parsing exception