bytedeco/javacv

FFmpegFrameGrabber performance on url sources

Open

#1,779 opened on Mar 12, 2022

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

Repository metrics

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

Description

Hi guys. I found serious difference in performance FFmpegFrameGrabber class and ffmpeg command on linux. If file present on PC FFmpegFrameGrabber is faster on about 50 millis. But when I'm use url as input, FFmpegFrameGrabber super slow and performance difference is about 5-10 seconds.

Any way to improve FFmpegFrameGrabber speed on url sources?

Contributor guide