I have a video. Suppose it's name is sample.mp4
But I want it to be served as another dynamic and non repeated name.
For example:
data-videomp4="assets/video/sample.mp4"
should be like this
data-videomp4="assets/video/123456789.mp4"
OR
data-videomp4="assets/video/any_RANDOM_NAME.mp4"
File should remain only one. I can copy files at different name at run-time but that will not be wise to do.
So I need something like a dynamic ROUTE which will be linked to single file always.
File size is always less than 10 Megabytes.