-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cacheEncryptionKeys has no effect with subtitle streams #973
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Could the "outdated" label be removed? imho the issue is not outdated. Thank you. |
oh, thank you bot |
Looks like a long time ago I wrote a response to this, and then this got lost in the churn. Thankfully, Firefox saved my response, which is posted below. A PR would be helpful, as it's clearly something we're unlikely to get to any time soon. Looks like our VTT Segment Loader isn't aware of that option, but our regular segment loader is. It should be relatively straight forward to add. |
Wanted to look into this anyway, thanks for the nudge. Will have a go. For the time being I had brushed this under the carpet somewhat by shamelessly increasing targetduration for vtt. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
unstale |
Any update onto this? Would also interest me to have this fixed ... |
@venomone - this is fixed I believe. |
Fixed via 66a5b17 |
Description
Reduced test case can be found here.
Steps to reproduce
cacheEncryptionKeys: true
Results
Keys for video renditions are fetched once, key(s) for subtitles are re-fetched and not cached.
Expected
Key files for subtitle streams should be cached too.
The text was updated successfully, but these errors were encountered: