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

Fix packet read an error which is not EOF and the PacketIter will be blocked

Open 0byteme opened this issue 2 years ago • 1 comments

When I get the packets data through the function Input.packets(), and the source stream is closed without send EOF. the PacketIter will be blocked.

0byteme avatar May 17 '23 09:05 0byteme