Hiyo .
I have a low-traffic webpage that calls 1-3 [legal] sound files hosted on my personal public dropbox folder. I'm troubleshooting their inconsistent playback, testing different HTML5 audio tag tweaks, browser compatibilities, converters/headers/encodings. I want to make sure Dropbox is not in the list of implicated variables.
It has been flagged on this forum in the past that Dropbox erroneously expects MIME type as Plain Text, and vulnerably uses the file-extension alone to determine type. Dropbox’s serving my
1. Have multimedia filetypes for Mp4, Ogg, Mp3 audio been added to the .htaccess file of Dropbox servers?
2. Is my current Dropbox link syntax the best for my particular use case:
https://dl.dropbox.com/s/pwdfzbrh435aaq9/lietoofine_-_03_-_Get_Over_the_FOMO.mp4?dl=1
(Depending on the format, the filesize ranges from 2MB to 6MB, and I would rather Dropbox streamed instead of delivered the whole file first, but I saw on another post that the DL=1 ensures the file is served to an external call properly. I believe this may depend on the metadata of the file itself for seeking/when to start playback?)
Thank you!