ralfbiedert / openh264-rs

Idiomatic Rust wrappers around OpenH264.
69 stars 35 forks source link

Add force intra frame API #57

Closed xnorpx closed 3 months ago

xnorpx commented 3 months ago

If using this with RTC we might have packet loss and we might need to request an I frame.

Filing PR as suggested in code.

ralfbiedert commented 3 months ago

Thanks! Is there a reason this could ever misbehave as to why this is unsafe?