WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
232174
WebKit ought to be able to play videos without Content-Length HTTP header fields and without range support
https://bugs.webkit.org/show_bug.cgi?id=232174
Summary
WebKit ought to be able to play videos without Content-Length HTTP header fie...
Alex Christensen
Reported
2021-10-22 14:04:32 PDT
WebKit ought to be able to play videos without Content-Length HTTP header fields and without range support
Attachments
Patch
(8.75 KB, patch)
2021-10-22 14:17 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
Patch
(9.60 KB, patch)
2021-10-25 09:28 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2021-10-22 14:17:10 PDT
Created
attachment 442199
[details]
Patch
Geoffrey Garen
Comment 2
2021-10-22 14:28:52 PDT
Comment on
attachment 442199
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=442199&action=review
r=me
> Source/WebCore/ChangeLog:10 > + AVFoundation doesn't like it when you give it a range like 0-1/* because it doesn't know the content length. > + To work around this, wait until the entire video is loaded then respond with a known length. > + This isn't great, but it's better than not playing the video at all.
So, was the old behavior a race condition based on how fast the video loaded? How did this every work at all?
Alex Christensen
Comment 3
2021-10-25 09:28:12 PDT
Created
attachment 442376
[details]
Patch
Alex Christensen
Comment 4
2021-10-25 09:28:25 PDT
It never did work.
EWS
Comment 5
2021-10-25 12:25:33 PDT
Committed
r284816
(
243508@main
): <
https://commits.webkit.org/243508@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 442376
[details]
.
Radar WebKit Bug Importer
Comment 6
2021-10-25 12:26:20 PDT
<
rdar://problem/84625376
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug