I need to stream a video which is present on server say xyz.com. If I access the correct path of the video everyone is able to see that video. What I need to do is that create a MD5sum corresponding to the every particular video which has an unique video id.
So that from now onwards if the user is accessing the video as before ie :
it should not load for the below.
http:/xyz.com/video.mp4
It should load only for the following url
http:/xyz.com/video.mp4?md5=202cb962ac59075b964b07152d234b70
Any suggestions?