scottlamb / retina

High-level RTSP multimedia streaming library, in Rust
https://crates.io/crates/retina
Apache License 2.0
218 stars 46 forks source link

Error: Add a status_code method on the Error struct to query the RTSP status code, if any #82

Closed nemosupremo closed 6 months ago

nemosupremo commented 1 year ago

This is useful to query the Error status code, for example, if the request was denied because the request was unauthorized due to the username/password being wrong.