I wanna create a system in which i can either authenticate or deny the user from accessing an mp4 file and downloading it
How may I approach such a result
by signed url i mean something like this:
www.example.com/videos/ldwdk.mp4?token=112233445566778899
and then I can use server sided language (php) in order to authenticate or deny it, but obviously i cannot code php in mp4 files?