Videos in the WebM format tend to load the first 1-2 seconds, and then stop due to a "network error".
Videos in the MP4 format don't play at all ("No video supported format and MIME type"). I'm guessing the MP4 format is such that the initial response has no poster or renderable video, and so it fully relies on the Range request (second request)
When opening the WebM video in a new tab, this is consistently reproducible.
It is also consistently reproducible from the command-line, e.g. with curl.
curl 'https://phab.wmfusercontent.org/file/data/jg3i2o6piawj22nzjqhs/PHID-FILE-gd62glvlpvbshlwwrqz4/edit-toast-click_to_disappear.webm' -H 'Range: bytes=1660261-' -i
HTTP/2 503 server: Varnish … x-cache: cp4039 int x-cache-status: int-front … <!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>Wikimedia Error</title> … Error: 503, Backend fetch failed at Mon, 23 Jun 2025 20:32:23 GMT
More information
I suspect the reason this works in Chrome is that it either has a larger buffer before it makes a Range request, or it might be setting different headers that case the server to fallback to sending the file in full if it doesn't support Range requests.
If the above example returns a 404 Error, then the temporary URL has expired. Use the below example to try a current URL.
See also:


