Closed mijoharas closed 3 years ago
Did you get a chance to try out https://github.com/raymanfx/libv4l-rs/commit/73fe21769c3c5c5b0950f0f6614cdda2aa255cc0?
Hey, sorry, just saw this. Yes, that works perfectly! Thanks for your help!
Good to hear! I'll push a new release to crates.io soon.
Using the
examples/stream_forward_mmap.rs
example I am unable to stream to a v4l2loopback device and then play it with ffplay.The last working version is the one from commit 67ace34. commit 8586075 and after does not work for me.
In another terminal:
Using the (now deprecated) example
forward_video
and this patch https://github.com/raymanfx/libv4l-rs/pull/22 worked fine.