Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

Created Issue: ExecutionTimeout on ~/Renderers/ShowMedia.ashx [1603]

$
0
0
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.

Viewing all articles
Browse latest Browse all 2540

Trending Articles