AVS Device SDK SAMPLE-AES Decryption


SAMPLE-AES decryption is optional and disabled by default.

To enable SAMPLE-AES decryption for audio streamed to your device

  1. Install the FFMPEG library.
  2. Enable SAMPLE-AES decryption with the following CMake command.

     cmake [absolute path to source] -DENABLE_SAMPLE_AES=[ON|OFF] \ 
                                     -DFFMPEG_LIB_PATH=[absolute path to ffmpeg library] \
                                     -DFFMPEG_INCLUDE_DIR=[absolute path to ffmpeg include directory]
    

Was this page helpful?

Last updated: Apr 21, 2022