ngraziano / SharpRTSP

A RTSP handling library
Other
538 stars 180 forks source link

Hotfix/connection parse #123

Closed pedrosbanioles closed 4 months ago

pedrosbanioles commented 4 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 4 months ago

Seems good