2012-01-30, 05:18 PM
whurlston Wrote:
- I keep getting a "Connection closed unexpectedly" error from the servers.
- Only every other download works because the second gets the above error almost instantly.
- Video timelines are a bit messed up.
- Solved. I had a "while (...)" statement instead of "if (...)" that was causing the it to attempt to read the download stream after it had completed.
- Solved. The "every other download" was a red herring. I was not giving HD streams enough time to buffer before playback. Increasing the preplay buffer to 256KB seems to be enough to buffer even 1080 streams.
- Unsolved. Have to live with this one for now.
I need to try to get some things done before I have to pick up my son so I'll package it up later tonight.