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
- Install the FFMPEG library.
-
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]
Related topics
Last updated: Apr 21, 2022