rust-ffmpeg
rust-ffmpeg copied to clipboard
Input PacketIter should return an Result value
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!)