You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a set of questions related to implementing a custom DRM solution and AES-CTR decryption in ExoPlayer. I would greatly appreciate your insights and guidance on the following queries:
Implementing Custom DRM without Hardware Changes: I am looking to implement a custom DRM solution without any hardware changes, but I am open to making modifications in the ExoPlayer code. I would like to understand the process and best practices for achieving this.
Integration of Customclearkeydrm.so Plugin: I have a customclearkeydrm.so plugin with the same UUID that I intend to use to call my custom DRM instead of a hardware clearkeydrm.so plugin. I would like to explore the steps involved in integrating and utilizing this custom plugin effectively.
Decryption of Content in ExoPlayer without DRM Framework: In the context of HttpMediaDrmCallback.java, where the license server is called, I am interested to know if it is possible to decrypt the content in ExoPlayer without relying on the DRM framework. My encryption algorithm is AES-CTR, and I am seeking guidance on achieving this without using a DRM framework plugin for decryption.
Understanding Initialization Vector (IV) and Decryption Process: I would like to gain a comprehensive understanding of what an Initialization Vector (IV) is, how to obtain it, and the process of decrypting content using AES-CTR. It would be immensely helpful if you could provide an explanation along with relevant code examples.
I would be grateful for any insights, explanations, or code snippets that you can provide to assist me in addressing these queries. Your expertise in this area would be invaluable to me as I navigate this implementation.
Thank you in advance for your time and assistance. I am looking forward to your guidance on these technical aspects.
The text was updated successfully, but these errors were encountered:
I have a set of questions related to implementing a custom DRM solution and AES-CTR decryption in ExoPlayer. I would greatly appreciate your insights and guidance on the following queries:
Implementing Custom DRM without Hardware Changes: I am looking to implement a custom DRM solution without any hardware changes, but I am open to making modifications in the ExoPlayer code. I would like to understand the process and best practices for achieving this.
Integration of Customclearkeydrm.so Plugin: I have a customclearkeydrm.so plugin with the same UUID that I intend to use to call my custom DRM instead of a hardware clearkeydrm.so plugin. I would like to explore the steps involved in integrating and utilizing this custom plugin effectively.
Decryption of Content in ExoPlayer without DRM Framework: In the context of HttpMediaDrmCallback.java, where the license server is called, I am interested to know if it is possible to decrypt the content in ExoPlayer without relying on the DRM framework. My encryption algorithm is AES-CTR, and I am seeking guidance on achieving this without using a DRM framework plugin for decryption.
Understanding Initialization Vector (IV) and Decryption Process: I would like to gain a comprehensive understanding of what an Initialization Vector (IV) is, how to obtain it, and the process of decrypting content using AES-CTR. It would be immensely helpful if you could provide an explanation along with relevant code examples.
I would be grateful for any insights, explanations, or code snippets that you can provide to assist me in addressing these queries. Your expertise in this area would be invaluable to me as I navigate this implementation.
Thank you in advance for your time and assistance. I am looking forward to your guidance on these technical aspects.
The text was updated successfully, but these errors were encountered: