Hello,
I am attempting to share an MP4 video by removing `dl=0` from the share link and adding `raw=1` instead. I use this share link to load an HTML5 video element on a website. This works as expected on Chromium and Safari, but on Firefox I receive the error message "No video with supported format and MIME type found" and the video is unplayable (see photo).
This appears to be due to the fact that the Dropbox share links (both https://dl.dropboxusercontent.com/sh/XXXX?raw=1 and
Any tips on how to return the correct content type or get the raw video working on Firefox?
