I stream mp4 videos via IIS 7.5.
For 1-2 hours everything is just fine. I can stream videos at 100 mb/s of total.
A few hours later, it slows down to max 30 mb/s.
I can't recylce the application pool because this abandones the current watchers.
What can the problem be?
I use global.asax for security. I use token for videos (like video.mp4?token=XXXX) if token is not valid user cannot see the video. i don't stream via code. I just have Mod H264 Streaming (a dll file to stream mp4) http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2
Thank you.