So I'm trying to use amazon and cloudfront to host my media. Unfortunately Amazon S3 does not send the correct headers like accept-ranges even though it supports range requests. As a result silverlight does not seek ahead using byte range requests.
Questions: 1. What headers does silverlight require to issue byte range requests when seeking ahead? 2. Any way we can tell silverlight to issue byte range requests when seeking ahead even if the server does not include accept-range?
best, Tuviah