![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | nUKEmAN4 |
Hey, is there a way to play webm video from URL without downloading it then playing as user memory will get full quickly?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | nUKEmAN4 |
Hey, is there a way to play webm video from URL without downloading it then playing as user memory will get full quickly?
![]() |
Reply From: | SF123 |
As far as I know, there is no way to play a video directly from a URL, you will have to download it, then delete it once it is no longer needed.
You could store the file names/paths of the downloaded files in an array/list, and use that to delete them from there.