Bug 108237 - MediaPlayerPrivateQTKit claims it supports application/x-diskcopy, breaking downloads.
Summary: MediaPlayerPrivateQTKit claims it supports application/x-diskcopy, breaking d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 15:09 PST by Jer Noble
Modified: 2013-02-01 08:09 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2013-01-29 15:29 PST, Jer Noble
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?