janimo / textsecure

TextSecure client package for Go
GNU General Public License v3.0
129 stars 26 forks source link

video attachments won't work #29

Closed malfino closed 8 years ago

malfino commented 8 years ago

setup: fresh install of textsecure-cmd from today's master and fresh install of the signal app on my nexus 6 with cm13 version 3.16.0

new key-handshake and everything.

If i send a jpg attachment to my phone then it's totally fine. But if I send a video, the phone says, that a media message has been received, but when I go in the signal app, there is only a strange speech bubble with only the lock and the time. I tested different video formats, 3gp, avi, mp4. None of these work. FWIW, I have enabled the video download via mobile data, wifi and roaming.

Could you check, what the problem with sending videos might be?

janimo commented 8 years ago

Hmm, I just checked now, and it worked with fine the first video sent (ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]). There's no thumbnail shown in the Android app but it plays fine.

malfino commented 8 years ago

Can you upload your video file somewhere, so I can check if it's my setup or my video files, that cause the problem?

janimo commented 8 years ago

I've found a video that does not go over, I'll look into it.

janimo commented 8 years ago

Can you retry with the latest code? Thanks.

malfino commented 8 years ago

Whatever you did, it worked. It now works great again.Thanks a lot. Please close this issue.

janimo commented 8 years ago

I did a long overdue change to use another mimetype detection library. The previous one did not detect most video and sound files correctly. Thanks for raising the issue.