Can't Repro
Status Update
Comments
va...@google.com <va...@google.com>
ds...@google.com <ds...@google.com> #2
Hello,
To troubleshoot the issue further, I have created a private ticket to provide some information about the issue (for which you should have received a notification). Please provide requested information there. Don't put any personal information, including project identifiers in this public ticket.
ds...@google.com <ds...@google.com> #3
Hello ,
since there is no response from your side , I am going forward to mark this thread as Won't Fix (Not Reproducible) .
However, If you still face the issue, please don’t hesitate to raise a new thread describing the issue.
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
- I am using widevine DRM, so according to the documentation, I had to put in my key in the secret manager (secretManagerKeySource.secretVersion). But according to
What you expected to happen:
- Able to decrypt and play the content successfully.
Steps to reproduce:
- Use the following object in secret manager
{
"encryptionKeys": [
{
"keyId": "this_is_my_iv",
"key": "my_256_bit_key_doesnt_work_here_getting_error_length_should_be_128bit",
"iv": "this_is_my_iv_as_well",
"keyUri": "
"matchers": [
{
"muxStreams": ["360p", "720p", "1080p", "audio"]
}
]
}
]
}
Other information (workarounds you have tried, documentation consulted, etc):