newpipe streamed video data #13424
Answered
by
absurdlylongusername
slimshady045
asked this question in
Questions
-
Checklist
What is/are your question(s)?where is the previously streamed/downloaded video data stored? Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
absurdlylongusername
Apr 19, 2026
Replies: 1 comment 3 replies
-
|
All media playback is handled by ExoPlayer, so you'd have to look up where ExoPlayer stores the data. That being said, as far as I'm aware, it just stores it in it's buffer, so wherever the buffer is stored is where that data would be. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
slimshady045
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All media playback is handled by ExoPlayer, so you'd have to look up where ExoPlayer stores the data.
That being said, as far as I'm aware, it just stores it in it's buffer, so wherever the buffer is stored is where that data would be.