Quote:
Originally Posted by McFly85
I asked my host about not using lighttpd and just going with apache and installing mod_h264. They said it would cause some extra load on apache and I'd also have to upgrade to a newer version. If anyone is using mod_flv and mod_h264 with apache I'm curious what the impact is on your server.
I also realized that since I have 100's of mobile videos in the mp4 format those too could be downloaded for free by just adding a :81 after my domain name using lighty and bypassing apache security.
I could possibly encrypt every single mp4 link I have on my site using mod_secdownload but that doesn't seem right.
Still looking for that streaming solution.
|
Just serve your download links through apache (.htaccess) and your streaming links encoded with mod_secdownload (you can run apache and lighttpd simultaneously)