Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play MOV files in app #4437

Closed
1 task done
dagguh opened this issue Aug 4, 2020 · 5 comments
Closed
1 task done

Play MOV files in app #4437

dagguh opened this issue Aug 4, 2020 · 5 comments

Comments

@dagguh
Copy link

dagguh commented Aug 4, 2020

  • I have searched open and closed issues for duplicates
searched issues I didn't find any issues for MOV. I found a mention of video-support in #2217:

We currently treat unrecognized video formats such as WMV as video attachments even though they can’t be played in Chromium.

But MOV files do play in Chromium

Feature Request Description

Play MOV video files in the Signal Desktop app.

Steps to Reproduce

  1. send a MOV file to anyone, (e.g. to Note to Self)
  2. open the chat on a Signal Desktop app (e.g. on Mac)

Actual Result:

There is no preview or play option in the app. The attachment can only be downloaded.
image

Expected Result:

There should be a video preview. And a play button to play it without leaving the app.
Here's how it looks like in the Android app:
image

Platform Info

Signal Version: v1.34.4

Operating System: macOS Catalina 10.15.6

Linked Device Version: Android 4.67.3

Link to Debug Log

Mac: https://debuglogs.org/3d60aff0c0d73669c1a9b8559f21b69d6b76f1105d01f7361c88ab688c81bd2e
Android: https://debuglogs.org/55f2ffcc37302709d0ccb50ce4b739f10f896824bdb3885a1c238ed31d94eda3

@jerkey
Copy link
Contributor

jerkey commented Dec 4, 2020

I came here while searching for a list of which video formats are presently supported by Signal-Desktop. I had the same result as above using an MKV file (video format h264) and I would like to know how to format videos to play in both Desktop and the App
mkvfile.zip

@guianselmi
Copy link

I would like to know the same. I attached an .avi file via the Signal Desktop, but it cannot play there and on iOS. It would be great to know the supported file types.

@kristian-94
Copy link

Would be a nice feature

@erdoukki
Copy link

What are the supported video format may be very useful !

@airza
Copy link

airza commented Sep 28, 2021

I was also curious; per the source code

const SUPPORTED_VIDEO_MIME_TYPES: MIMETypeSupportMap = { 'video/mp4': true, 'video/ogg': true, 'video/webm': true, };

should inline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

8 participants