I am confused about the instruction when using Kinesis Video Stream
Run DemoAppMain.java in ./src/main/demo with JVM arguments set to
-Daws.accessKeyId={YourAwsAccessKey} -Daws.secretKey={YourAwsSecretKey} -Djava.library.path={NativeLibraryPath}
for non-temporary AWS credential.
How to set these arguments in IntelliJ IDEA?
I followed the documentation and found the "Run/Debug Configurations" and don't know what to do next.
Any help?
Thanks!