emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
72 stars 23 forks source link

Problems with the trust-dns feature #31

Closed emarsden closed 1 year ago

emarsden commented 1 year ago

You may have noticed in the past few days a build issue when using the "trust-dns" feature, caused by https://github.com/bluejekyll/trust-dns/issues/1946. The build failure is now resolved, but HTTP requests don't seem to be working currently (indefinite hang) with this feature enabled. This probably affects all users of the reqwest crate build with the trust-dns feature. I'll close this issue when the problem is resolved.

emarsden commented 1 year ago

Now fixed.