Note that there are some explanatory texts on larger screens.

plurals
  1. POSitecore Media Library Not Compatible with iOS?
    primarykey
    data
    text
    <p>I am running into an issue playing a properly encoded video on an iOS device. Here is some background/information:</p> <ul> <li>We are using jwPlayer for playback</li> <li>The video plays great through flash and HTML5</li> <li>The video was encoded through zencoder's default settings</li> <li>We are serving video from the same server which works on iOS devices (but that site is not Sitecore)</li> <li>The video plays on my iPad when synced through dropbox</li> </ul> <p>Through some investigation and some help from the great support staff at Zencoder, we think the issue may be related to the headers (top is the video that does not work, bottom works fine):</p> <pre><code>$ curl -I http://fraternity.computol.com/~/media/Fraternity/mp4/leadership_zen.mp4 HTTP/1.1 200 OK Date: Wed, 29 Jun 2011 16:30:29 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727 Content-Disposition: attachment; filename="leadership_zen.mp4" Transfer-Encoding: chunked Set-Cookie: fraternity#sc_wede=1; path=/ Cache-Control: public, max-age=604800 Expires: Wed, 06 Jul 2011 16:30:29 GMT Last-Modified: Wed, 29 Jun 2011 16:28:26 GMT ETag: 9cba9593424645bfb372a01bfe522f97 Content-Type: application/octet-stream $ curl -I http://www.rhythmonthevine.org/videos/SHR_ROTV_Dierks_v02.mp4 HTTP/1.1 200 OK Content-Length: 16091772 Content-Type: video/mpeg Last-Modified: Thu, 24 Mar 2011 14:05:49 GMT Accept-Ranges: bytes ETag: "8374ff932ceacb1:335c" Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Date: Wed, 29 Jun 2011 16:30:32 GMT </code></pre> <p>Does anyone have any idea whether this issue is actually header related? If so, is there a way to get sitecore to serve the media properly?</p> <p>Edit: Also, if it makes any difference at all, we are on IIS6.</p> <p>Edit: The particularly troublesome differences are:</p> <ul> <li>Transfer-Encoding (the one that is not working is chunked)</li> <li>Content length (missing on the top video)</li> <li>Content type (I think this is the big one. I have the proper mime type setup in sitecore - I don't what Sitecore is not serving it)</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload