Default ExecutionTimeout in asp.net is 110 seconds. This doesn't normally cause any issues, but in regards to video playback its very possible, that the videoplayer insists on downloading a videofile in a single request, throttling the speed to the rate of movie playback.
This means that ie. a 5 min movie will take roughly 5 minutes to download, and suddenly you'll have a Timeout Exception.
Since its possible to set ExecutionTimeout for specific files C1 should include a setting for the ShowMedia handler to allow higher timeouts.
This means that ie. a 5 min movie will take roughly 5 minutes to download, and suddenly you'll have a Timeout Exception.
Since its possible to set ExecutionTimeout for specific files C1 should include a setting for the ShowMedia handler to allow higher timeouts.