marco275 wrote:Maybe the "Improvement for stream or transcode decision logic" a few releases back did something unintentional?
The fastest way is probably to simply check out earlier commits, and see when things stop stuttering.
It's fairly simple and fast to do this if you already cloned the repository; just copy the codes from the right of the commits page (a "copy SHA" button will appear when you hover over the code) and do:
- Code: Select all
git checkout 5424aea7b3bd40682eaf2c3bc38ebf7b389a05b1
mvn package
