ParadoxSpiral / libmpv-rs

A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
99 stars 35 forks source link

`demuxer-cache-state` / `mpv_node` #12

Closed yaymukund closed 4 years ago

yaymukund commented 4 years ago

First of all, thanks for maintaining this lib. It's been great, and excited to see you're working on it again.

Second, would you accept a PR that implements mpv_node? If so, I'm happy to take a crack at it. I was going to begin by trying to impl GetData, but I am not sure how it should be represented in Rust. I haven't written something like this before, so any advice or direction would be appreciated.

Thanks for reading :)

yaymukund commented 4 years ago

I opened #13 which is a very rough sketch of this.

ParadoxSpiral commented 4 years ago

I left some comments on the PR :)

ParadoxSpiral commented 4 years ago

Fixed by #13