i'm building ios app , android app display series of private videos. purchase app x amount , have access videos through app only.
i know couple of ways part. real trick hiding video urls traffic sniffers/etc. don't want able detect video urls, or @ least endpoint reject request without auth token.
so build own node/express server, incorporate wowza maybe amazon store files - lot of work.
so simplest solution stream videos mobile without people being able load videos outside of app?
it looks you'll need implement sort of authentication system, if video url somehow, unable view without authentication key.
your videos should hosted in directory on server inaccessible web. use sort of index page takes parameter video id , authentication before serving video file contents.
Comments
Post a Comment