bytedeco/javacv
GitHub で見るCan the startUnsafe method of FFmpegFrameGrabber not retry after the streaming operation timeout
Open
#2,343 opened on 2025年7月21日
enhancementhelp wanted
説明
The startUnsafe method of FFmpegFrameGrabber will automatically retry after the streaming operation timeout due to the following code. Is there a way to avoid this retry and return the result immediately after the first operation timeout.