aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

ByteBuffer flip java.lang.NoSuchMethodError: on Java 1.8 with version 1.2.5 #172

Open zhangyuezhong opened 1 year ago

zhangyuezhong commented 1 year ago

Download from Maven amazon-kinesis-video-streams-parser-library 1.2.4 (build-jdk 1.8.0_322) Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Built-By: niyatim Created-By: Apache Maven 3.5.2 Build-Jdk: 1.8.0_322**

Download from Maven amazon-kinesis-video-streams-parser-library 1.2.5 (build-jdk 11.0.18) Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven 3.5.2 Built-By: niyatim Build-Jdk: 11.0.18**

amazon-kinesis-video-streams-parser-library 1.2.5 cannot run on Java 1.8, it cause a java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;