i have AVI video on apache server. I have PHP script generating url to this video file. This url is used as mediasource in embeded code of Windows media player in my HTML. Everithing is O.k. but link to this file is public. Everybody can read this video.
My vision is have DB of users and after login to my page user is able play this video resp. link.
How do that?
Can i use php to resolve it?