-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] video type video/quicktime breaks compatibility with Chromium based browsers #73
Comments
That's pesky. Right now that imessage-exporter/imessage-database/src/tables/attachment.rs Lines 165 to 184 in a825a2e
|
I can also confirm this workaround works as well nextcloud/files_videoplayer#129 (comment) I've tested this in a conversation of mine. |
Really helpful, thank you for the report and the workarounds! |
No problemo! This finally lets me get something like 120GB of message content off my phone/iCloud and I can turn on discard after 1 year and still keep my history. |
A video with the src set to
<video controls> <source src="attachments/71cba48a-707b-4dee-b494-ba43ef5c0f0c.mov" type="video/quicktime"> </video>
will not play in Edge or Chrome.A video with the src set to
<video controls> <source src="attachments/71cba48a-707b-4dee-b494-ba43ef5c0f0c.mov" </video>
play just fine.From a quick google, this seems to have been or is an issue https://secure.phabricator.com/T13135
The text was updated successfully, but these errors were encountered: