I've done some performance tuning on my server (after getting a few PM's about slow download speed and choppy streaming).
I really underestimated the load that streaming puts on the server! When streaming (say in VLC player), it opens many connections to the server and downloads the file in little blocks using many requests. I had nginx locked down to a single "worker" and tight memory limits but this caused problems with people streaming the videos. I've opened it up so it can use all 8 cores and as much memory as it wants and it appears to be working much better. I REALLY don't want to disable streaming because these files work so flawlessly on phones, media players, etc. and if I disable streaming you'd have to fully save the file to your device before being able to play it.
Let me know if you have performance problems when we get around to Valencia.
I really underestimated the load that streaming puts on the server! When streaming (say in VLC player), it opens many connections to the server and downloads the file in little blocks using many requests. I had nginx locked down to a single "worker" and tight memory limits but this caused problems with people streaming the videos. I've opened it up so it can use all 8 cores and as much memory as it wants and it appears to be working much better. I REALLY don't want to disable streaming because these files work so flawlessly on phones, media players, etc. and if I disable streaming you'd have to fully save the file to your device before being able to play it.
Let me know if you have performance problems when we get around to Valencia.