bytedeco/javacv

Can the startUnsafe method of FFmpegFrameGrabber not retry after the streaming operation timeout

Open

#2,343 opened on Jul 21, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide