Answered by:
Downloading Issue

Question
-
We have few Windows store apps which has the functionality of downloading videos from server.
But we are facing a problem when downloading a video, which takes more time when compared to Desktop applications or IOS and Android app.
Here is an example, we had a video of 66.3 MB. The complete download time took 14min with 50mbps internet bandwidth, whereas in IOS it completed within 8 min.
We are making use of BackgroundDownloader to download the Video.
Chethan Raj
Friday, September 27, 2013 10:59 AM
Answers
-
Have you tried using the RequestUnconstraiedDownloadsAsync method to download seamlessly? http://msdn.microsoft.com/en-us/library/windows/apps/dn279025.aspx
Windows Store Developer Solutions #WSDevSol || Want more solutions? See our blog, http://aka.ms/t4vuvz
- Marked as answer by Prashant H PhadkeMicrosoft employee, Moderator Saturday, October 26, 2013 1:22 AM
Monday, September 30, 2013 8:54 PMModerator
All replies
-
Have you tried using the RequestUnconstraiedDownloadsAsync method to download seamlessly? http://msdn.microsoft.com/en-us/library/windows/apps/dn279025.aspx
You can also probably try to set the CostPolicy to "2" and see if it helps: http://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.backgroundtransfer.backgrounddownloader.costpolicy.aspx
Windows Store Developer Solutions #WSDevSol || Want more solutions? See our blog, http://aka.ms/t4vuvz
Friday, September 27, 2013 9:41 PMModerator -
Ya, i have tried by setting the CostPolicy. But still the result is same.
Chethan Raj
Monday, September 30, 2013 4:42 AM -
Have you tried using the RequestUnconstraiedDownloadsAsync method to download seamlessly? http://msdn.microsoft.com/en-us/library/windows/apps/dn279025.aspx
Windows Store Developer Solutions #WSDevSol || Want more solutions? See our blog, http://aka.ms/t4vuvz
- Marked as answer by Prashant H PhadkeMicrosoft employee, Moderator Saturday, October 26, 2013 1:22 AM
Monday, September 30, 2013 8:54 PMModerator -
Ya, i have tried with RequestUnconstrainedDownloadAsync method, But still the download speed is same.
Is there any other alternative for doing the same.
Chethan Raj
Thursday, November 14, 2013 12:25 PM