javacv 1.5.4 inputstream block

Created on 8 Mar 2021  路  4Comments  路  Source: bytedeco/javacv

when upgrade to 1.5.4 version, then block and no log output.
grabber = new FFmpegFrameGrabber(pis);
grabber.setFrameRate(25);
grabber.start();
i tried many times and it didn't work, it worked fine in 1.4.4 version, but 1.4.4 have OutOfMemoryError: Java heap space error.

duplicate question

Most helpful comment

solved it, this is the problem.

All 4 comments

Set the maximumSize to 0.

ok锛孖 try it, thank you for replying quickly

solved it, this is the problem.

Duplicate of #1304

Was this page helpful?
0 / 5 - 0 ratings

Related issues

y4nnick picture y4nnick  路  3Comments

Bahramudin picture Bahramudin  路  3Comments

Bahramudin picture Bahramudin  路  3Comments

eldhosengeorge picture eldhosengeorge  路  3Comments

chenhl05 picture chenhl05  路  4Comments