Bug 108237

Summary: MediaPlayerPrivateQTKit claims it supports application/x-diskcopy, breaking downloads.
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, mitz, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Jer Noble 2013-01-29 15:09:42 PST
MediaPlayerPrivateQTKit claims it supports application/x-diskcopy, breaking downloads.
Comment 1 Jer Noble 2013-01-29 15:29:57 PST
Created attachment 185320 [details]
Patch
Comment 2 Jer Noble 2013-01-30 10:22:01 PST
Committed r141281: <http://trac.webkit.org/changeset/141281>
Comment 3 mitz 2013-02-01 07:36:14 PST
(In reply to comment #2)
> Committed r141281: <http://trac.webkit.org/changeset/141281>

This change broken playback of application/vnd.apple.mpegurl (used for HTTP Live Streaming).
Comment 4 Jer Noble 2013-02-01 08:09:59 PST
(In reply to comment #3)
> (In reply to comment #2)
> > Committed r141281: <http://trac.webkit.org/changeset/141281>
> 
> This change broken playback of application/vnd.apple.mpegurl (used for HTTP Live Streaming).

That would mean AVFoundation was rejecting the stream, which is the bigger problem. Do you have a reproduction URL?