Forum Discussion
Travonisoft
11 years agoVisitor
Look, here is the issue.
I keep my images on an S3 server with AWS.
I have to create a roURLTransfer object to get this image to a file and store in the "tmp:/" directory. My company is a streaming content provider much like netflix. So we have different channels and libraries with different arrangements of content. If I am trying to return a Bitmap using the roTextureManager then to assign that bitmap to a unique image location I have to create a msg port listener which will block the UI thread of moving objects on the screen.
I keep my images on an S3 server with AWS.
I have to create a roURLTransfer object to get this image to a file and store in the "tmp:/" directory. My company is a streaming content provider much like netflix. So we have different channels and libraries with different arrangements of content. If I am trying to return a Bitmap using the roTextureManager then to assign that bitmap to a unique image location I have to create a msg port listener which will block the UI thread of moving objects on the screen.