I have a folder of webm videos on my website and I would like to stream them.
When you go to mysite.com/media/video.webm you get a firefox native webm video player and the video is streaming correctly. The server only has 512MB memory and while the video is streaming all free memory disappears. (from 300MB to only 16MB of free space) The video is just read from the file, but I think the entire video gets cached while it is viewed.
How do I stream a video via lighttpd without loosing all my memory?