bytedeco/javacv

'Packet mismatch' when receiving stream

Open

#683 opened on Apr 25, 2017

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

Basically I set up a video conference tool. Sometimes the receiving part of the streams throws a series of errors as shown below:

[flv @ 0x7fce98b6d400] Packet mismatch -1057119111 7279 2435819 [flv @ 0x7fce98b6d400] Packet mismatch -228249567 1901323 4337142 [flv @ 0x7fce98b6d400] Packet mismatch -236187797 78347 4415489 [flv @ 0x7fce98b6d400] Packet mismatch -1133241869 2064651 6480140

Does anyone have any idea what could be the issue? Video codec used: H264, format FLV. Audio codec used: AAC

Contributor guide