open-chat-labs / open-chat

This is the main repository for the OpenChat application which runs on the Internet Computer
https://oc.app
GNU Affero General Public License v3.0
173 stars 53 forks source link

Voice notes and videos not playing on iPhone #1256

Open hpeebles opened 2 years ago

julianjelfs commented 2 years ago

video/webm is not supported in safari and that might be the problem with video. Investigating.

hpeebles commented 2 years ago

I thought we swapped to using mp4?

julianjelfs commented 2 years ago

But if the use explicitly uploads a video/webm file then that's what we use. Not sure what we do about that.

julianjelfs commented 2 years ago

Probably we can at least notify people on upload that if they certain format(s), not everyone will be able to play it?

hpeebles commented 2 years ago

But when users record voice notes the format is completely under our control. So they should be solvable.

Whereas for videos they record those from outside OC so their formats will be harder to handle.