-
I'm specifically asking about the cache file path. For context, to save users' data usage, I want to store videos locally once they've been fully downloaded during streaming. Looking at the API documentation, I don't see any API that provides the cache file path. Is there any way to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
freeboub
Feb 15, 2025
Replies: 1 comment 1 reply
-
No, currently it is not possible. The implemented cache is not controllable it is hidden in player implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bglgwyng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, currently it is not possible. The implemented cache is not controllable it is hidden in player implementation.
The feature you need is this one: #4359