lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

Support redirect #39

Closed DmitrySamoylov closed 4 years ago

DmitrySamoylov commented 4 years ago

Some cameras send http address upon discovery but when you try to connect they return 302 to redirect to https.

So we need to support redirection