Basically what we have here is Apple redefining "streaming".
Perhaps this is part of/the beginning of that "new technology" Apple is working on ?
Go ahead. Give me them -1![]()
This is nothing new; but a good implementation of streaming that Apple provides in this case.
What apple is doing is the following:
- click on song to play
- first few seconds of the song cached
- play starts
- rest of the song starts downloading
This is a common practice for software/web developers in the industry who have constrained OR non-reliable networks. I remember doing a IInd year project for a wireless headphone system where I would cache the first 15 seconds of the transmission and then download the remaining song. It gives an impression of streaming; but basically revolves around cache-play-download scheme.
Apple was smart to get a patent out of it. I was not.