ngraziano / SharpRTSP

A RTSP handling library
Other
557 stars 182 forks source link

Hotfix/connection parse #123

Closed pedrosbanioles closed 6 months ago

pedrosbanioles commented 6 months ago

Change implementation to a regex check for the format rather than hard split on spacing characters. This should try and match and find a valid entry for the connection parameter, even if the camera is including some errant characters (see Test6)

Also added in a test using sample IPv6 from here

ngraziano commented 6 months ago

Seems good