Is this a dead project?
Has this been abandoned, or is rust-av just busy with other projects. I wanted to use libav on a Rust project, but all I found was this.
I'm busy with other components right now and I wasn't aware there was interest for it.
What do you need exactly?
I figured, I didn't mean to rush you, just figure out what was the case. :)
I need the components to open an RTSP stream (as a client) and get an H264 (or H265, either or) stream, and then decode the frames into an array or vec. That's basically all I need from libav.
With the current bindings you should be able to do that unsafely already... rtsp, being quite unique was among the last things I wanted to face regarding high-level API.