awslabs / amazon-kinesis-video-streams-producer-sdk-java

Allows developers to install and customize their connected camera and other devices to securely stream video, audio, and time-encoded data to Kinesis Video Streams
Apache License 2.0
78 stars 75 forks source link

Fix section of README describing NativeLibraryPath #174

Closed NickCellino closed 2 years ago

NickCellino commented 2 years ago

Issue #, if available:

Description of changes: This fixes 2 small things I noticed:

  1. NativeLibraryPath in one part of the README was not rendering because it was surrounded by angle brackets: Before: Screen Shot 2022-09-23 at 10 49 54 AM After: Screen Shot 2022-09-23 at 11 35 03 AM

  2. Fixes the path to the mac native library. When I tried using the one specified in the README, I got an error like:

    java.lang.UnsatisfiedLinkError: no KinesisVideoProducerJNI in java.library.path: src/resources/lib/mac

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

disa6302 commented 2 years ago

@NickCellino ,

Thank you for the PR! Can you redirect your PR to develop branch instead of master though?

NickCellino commented 2 years ago

Ok done @disa6302