Brightscript in Roku has no way to determine the block size or number of blocks available for TMP:/ - so how much room is available? -- that stuff only works for external volumes according to the documentation/SDK
I need to know this so we can conserve bandwidth on a looping video application - it will download the file to TMP, and then play the file from TMP and loop for eternity - so the only bandwidth required is the initial download to TMP storage.
When you exit the channel, TMP is discarded and garbage collected, which is fine, and when the user reenters the channel it will have to redownload the file to TMP again which is acceptable to our client.
Is it 20MB? 10MB? 50MB? or does it vary depending on how many channels the user has installed?
On my current dev application I can successfully fit 13MB into TMP - just not sure how many copies of that I can store or how much room is available, or if it is a standard set value for every roku model or if it varies from model to model on external factors? Basically, I need to know.