iTunes Range requests; podcast is rejected
问题 There is a podcast that I'm trying to add to itunes which is handling byte-range requests. I can confirm this by curl ing the audio file: curl -H "Range: bytes=50-100" --head http://media.site.org/podcasts/upload/2012/08/15/audio-081512.mp3 HTTP/1.1 200 OK Server: nginx/1.2.0 Date: Wed, 15 Aug 2012 22:28:40 GMT Content-Type: audio/mpeg Content-Length: 51 Connection: keep-alive X-Powered-By: Express Status: 206 Partial Content Accept-Ranges: bytes Content-Range: bytes 50-100/1441605 Access