Hi,
I’m using AWS (Amazon Web Services) and S3 to host video files, which I access in my app via native.newVideo, like so:
video:load( "https://myvideolocation\_at\_aws.mp4", media.RemoteSource )
It works super well! But now I want to make sure that no one can access
the video without the app – I don’t want people to get the URL
of the video by looking in xCode or something, and then waste my money by
accessing the video wherever they want. When using AWS, I need to send some kind
of user ID as part of the header. Is this an option? Is there any way I can
stop people from watching my video outside of the app?