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

How to use this Parser Library in Android Project?

cjfei opened this issue · 2 comments

cjfei commented

Help needed. I have added some metadata from producer side using kvs producer cpp. Now I want to retrieve the mkv metadata using Stream Parser Library and display it on my android App. I import the Parser Libary into my android project by "implementation 'com.amazonaws:amazon-kinesis-video-streams-parser-library:1.0.15' ", but the android project cannot be built. I dont know how to start in android project. Can anyone tell how to retrieve metadata in android project?

IDE: Android Studio (v4.1)
Language: Java.
OS: Window 10.

were able get this sorted? if yes could you pls explain the solution?