libav-rs icon indicating copy to clipboard operation
libav-rs copied to clipboard

Is this a dead project?

Open lovesegfault opened this issue 7 years ago • 5 comments

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.

lovesegfault avatar Sep 24 '18 18:09 lovesegfault

I'm busy with other components right now and I wasn't aware there was interest for it.

What do you need exactly?

lu-zero avatar Sep 24 '18 19:09 lu-zero

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.

lovesegfault avatar Sep 24 '18 19:09 lovesegfault

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.

lu-zero avatar Sep 29 '18 18:09 lu-zero