[Webkit-unassigned] [Bug 211323] New: Videos from certain CDNs not loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 14:47:06 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211323

            Bug ID: 211323
           Summary: Videos from certain CDNs not loading
           Product: WebKit
           Version: Safari 13
          Hardware: All
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dev at ricompro.it
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 398242

  --> https://bugs.webkit.org/attachment.cgi?id=398242&action=review

Example showing the issue of the video loading on Chrome but not on Safari

When using certain CDNs to serve content, videos are not displayed on Safari without throwing any console error but successfully rendered on Chrome. Nevertheless, a right click shows the option to download the video. 

Example: 
https://www.intexcorp.com/video-test/

<div class="container">
        <p>Through CDN</p>
        <video playsinline="" autoplay="" loop="" muted="">
            <source src="https://cdn11.bigcommerce.com/s-u7yn5f7nmq/content/videos/cover.mp4" type="video/mp4">
        </video>
        <p>Direct Path</p>
        <video playsinline="" autoplay="" loop="" muted="">
            <source src="https://www.intexcorp.com/content/videos/cover.mp4" type="video/mp4">
        </video>
</div>

-- 
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/20200501/17fb80ba/attachment.htm>


More information about the webkit-unassigned mailing list