mozilla / janus-plugin-rs

Rust crate for wrapping the Janus C plugin API, so you can build Janus plugins in Rust.
Mozilla Public License 2.0
46 stars 18 forks source link

More changes related to latest janus 0.10.x #26

Closed vincentfretin closed 3 years ago

vincentfretin commented 3 years ago

More changes related to latest janus 0.10.x to be able to upgrade janus-plugin-sfu https://github.com/mozilla/janus-plugin-sfu/pull/61

This is the same as https://github.com/netology-group/janus-plugin-rs/pull/1 but rebased against mozilla repo.

mqp commented 3 years ago

Thank you, I am just now trying to debug an apparent segfault (presumably due to some plugin contract change I didn't notice) with the latest Janus in my testing, so bonus points if this has something to do with it!

mqp commented 3 years ago

Indeed! Great timing.