bytedeco/javacv

Audio and video are out of sync during continuous streaming

Open

#1,474 opened on Jul 23, 2020

View on GitHub
 (10 comments) (1 reaction) (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

When javacv FFmpegFrameGrabber is used for continuous streaming, and the streaming source is switched in real time among multiple short videos (less than 10 seconds), audio and video will be out of sync after a period of time (possibly 40 seconds). How do I set timestamps to synchronize them?

Contributor guide