We would like to setup a secure vod project for deskiop and android device.
-
setup RTMPE only connection, hotlink denial / secure token by using MediaSecurity
-
setup media cache as our cache server.
-
adaptive bitrate by using smil.
We have setup the point 1 and 2. it is very good for us. however, now we need a challenge that
we would like to deploy our VOD file with smil , how can we do it with mediacache?
Mainly, I don’t understand how to setup the relationship in the smil file.
rtmpe://mydomain.com/mediacache/contentserveralias/mp4:video_440k.mp4
rtmpe://mydomain.com/mediacache/contentserveralias/mp4:video_840k.mp4
rtmpe://mydomain.com/mediacache/contentserveralias/mp4:video_1500k.mp4
how can I build a smil file which working with the mediacache in this situation?