Some videos, when forwarded from an android device to a contact B, show up with no suffx in the desktop app, despite showing up with one in the android app
Actual result:
Videos do not show preview, cannot play, and when saved, the filename has the suffix "-" without the quotes...so something like signal-blah-blah.-
If I change the suffix to something like mpg, it works fine but loses rotation if it was in portrait and instead plays in landscape.
Expected result:
I can preview videos that were forwarded in that conversation just fine like in the initial conversation ans save them with the proper suffix with no manual intervention.
Signal version:
1.1 production release
Operating System:
Win 7
Linked device version:
4.14.10
How was the mp4 video generated initially, before being sent by the iOS device? I want to try this scenario out myself.
It was simply recorded via an iPhone and then sent via signal
I took a look at this, and the contentType
of the attachment in the forward case is video/*
which we don't understand. I just submitted a PR to bulletproof ourselves against this.
Most helpful comment
I took a look at this, and the
contentType
of the attachment in the forward case isvideo/*
which we don't understand. I just submitted a PR to bulletproof ourselves against this.