[Bug 224518] net-im/telegram-desktop: recording sound does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 6 04:41:25 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224518

--- Comment #2 from Henry Hu <henry.hu.sh at gmail.com> ---
Okay, recording works if OPUS option is selected in port ffmpeg. In this case,
libopus is used for opus encoding/decoding. On the other hand, internal
implementation of ffmpeg is used by default, which seems to be buggy or
incompatible with telegram-desktop.
By default, OPUS is not enabled. As a result, internal opus encoder is used,
which does not work with telegram-desktop.
When OPUS is enabled, the above patch is not needed, because libopus's encoder
is not considered experimental.
So there are 2 options:
1. fix internal encoder of opus in ffmpeg to work with telegram-desktop
2. enable OPUS in ffmpeg

I suggest the 2nd option. Before the opus encoder is fixed, the above patch is
not useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list