Forum Replies Created
-
AuthorPosts
-
July 14, 2011 at 3:00 pm in reply to: http/1.1 Byte Range error (encrypted download Link) on iOS #34117dschubbaMember
Can you add download method in /wp-cart-for-digital-products/download.php For HTTP/1.1 BYTE RAGE support ?
I guess this download.php file create http header on each selected methods.
Note;
Serving video to iOS devices does not work in Multisite WordPress due to lack of byte-range support
http://core.trac.wordpress.org/ticket/15552
Apple iPhone uses HTTP byte-ranges for requesting audio and video files.
http://mobiforge.com/developing/story/content-delivery-mobile-devices
>>You probably just need to add the “m4v” extenstion to the list of mimetypes. Open the “lib/mimetype.php” file from eStore and look inside the “privBuildMimeArray” function. It has a list of known file extensions. You can add “m4v” to that list with it’s proper mimetype.
I added m4v and mp4 in mimetype.php, and not working.
>>You can also zip the “m4v” file and then serve the download as a normal zip file. The customer knows to unzip a file after they download a zipped file.
I’d like to serve m4v/mp4.
>>Why does the path “look funny?”
Downloading 0KB file issue is solved. So, please ignore it.
July 14, 2011 at 10:36 am in reply to: http/1.1 Byte Range error (encrypted download Link) on iOS #34115dschubbaMemberdownload manager debug log shows;
[07/14/2011 10:18 AM] – Status : Resolved DL file path = http://<domain>/<filename>.m4v
[07/14/2011 10:18 AM] – Advisory : No DL file path conversion performed on URL.
[07/14/2011 10:18 AM] – Status : Dispatching DL method = 1
I tried URL conversion preference to relative or do not convert, and log shows No DL file path conversion performed on URL.
Actual file locates on CDN URL, do I have to choose URL conversion setting for DO Not Convert? Also, do I need cURL library?
July 14, 2011 at 9:23 am in reply to: http/1.1 Byte Range error (encrypted download Link) on iOS #34114dschubbaMemberNow, I added m4v in mimetype.php. And I dont see HTTP/1.1 BYTE RAGE error.
However, downloaded file is 0KB with proper file name.
Direct link to download file works fine.
It happens when, using encrypted download link.
-
AuthorPosts