mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-26 01:05:50 +03:00
[GH-ISSUE #8] 12.3.1 - server 3.4.1 image/audio/video sending/encoding issues #7
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @working-name on GitHub (May 5, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/8
UPDATE: forget everything, I went for alpha 8 and everything sends correctly. Great job!
Hi there,
Cool piece of software, like it. Installed it and the android app. It only syncs 4-5 conversations from the whole bunch but it's fine, will deal with that later.
The main issue is only text goes through. I tried to send a picture, a video, and an audio message. All 3 display a progress bar in messages that is never ending.
In the logs I see airmessage attempting to convert the amr to aaf but it fails or something goes wrong because the file that makes it into messages is an amr.
Images attached are in an odd encapsulation or sending method, they appear as regular files that cannot be previewed. However, if I double click that file and then drag & drop it from preview back to the same conversation it sends as a normal JPEG with preview, normally.
Videos I have not been able to send, they never finish sending.
My suggestion would be to either bundle an ffmpeg or require it to convert to an idevice-friendly mp4 format, and maybe do an image conversion with apple's own utility (I forget the name) before sending it out. That way it would be consistent with what you are attempting to do with audio (amr->aaf)
latest.log.zip