[Webkit-unassigned] [Bug 219167] HTML Audio Element does not play mp3s all the way. Stops at varying spots and restarts.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 19 13:28:21 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219167
--- Comment #1 from ahumanimal at gmail.com ---
Turns out 3 content headers must be set on the server, and this Stack Overflow comment was helpful: https://stackoverflow.com/a/44218051/440887
" Its necessary to set some headers for media file response.
as example:
Accept-Ranges:bytes
Content-Length:7437847
Content-Range:bytes 0-7437846/7437847
"
However, Content-Range is an optional header, so would it be possible to update WebKit to automatically place a "0-(dec len) / len" when no Content-Range is detected? I personally cannot see any drawbacks to this failsafe.
Am testing this now, will update if encountering any further issues.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201119/1adb4633/attachment.htm>
More information about the webkit-unassigned
mailing list