rust-ffmpeg icon indicating copy to clipboard operation
rust-ffmpeg copied to clipboard

Input PacketIter should return an Result value

Open chertov opened this issue 1 year ago • 0 comments

Hi! In some cases, I encountered application freezes when working with surveillance cameras via RTSP, as the current code does not return errors. I created a patch and am using my own fork. If you want to ensure compatibility, it might be worth considering creating a separate method to obtain an iterator that includes error handling? Thanks!)

chertov avatar Aug 30 '24 17:08 chertov