Bug#1008840: linphone: Recording does not work due to lack of mkv support
Rainer Dorsch
ml at bokomoko.de
Sun Apr 3 16:50:35 BST 2022
I attempted to build with this patch:
rd at h370:~/tmp.nobackup/Debian/linphone-desktop-4.2.5$ cat debian/patches/0003-
wav_patch.patch
Description: Recording of calls does not work
The default mkv format is not properly supported. Therefore wwitching back to
.wav files. See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008840
Author: Rainer Dorsch <dev at bokomoko.de>
Origin: other
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: linphone-desktop-4.2.5/linphone-app/src/components/call/CallModel.cpp
===================================================================
--- linphone-desktop-4.2.5.orig/linphone-app/src/components/call/CallModel.cpp
+++ linphone-desktop-4.2.5/linphone-app/src/components/call/CallModel.cpp
@@ -106,7 +106,7 @@ void CallModel::setRecordFile (const sha
callParams->setRecordFile(Utils::appStringToCoreString(
CoreManager::getInstance()->getSettingsModel()->getSavedCallsFolder()
.append(generateSavedFilename())
- .append(".mkv")
+ .append(".wav")
));
}
@@ -120,7 +120,7 @@ void CallModel::setRecordFile (const sha
callParams->setRecordFile(Utils::appStringToCoreString(
CoreManager::getInstance()->getSettingsModel()->getSavedCallsFolder()
.append(generateSavedFilename(from, to))
- .append(".mkv")
+ .append(".wav")
));
}
rd at h370:~/tmp.nobackup/Debian/linphone-desktop-4.2.5$
At least the basic recording feature works with this patch, something else I
have not tested (since I do not know the other features).
Just in case the package with the patch is useful for somebody else, you can
download it here:
http://bokomoko.de/~rd/Debian/linphone-desktop_4.2.5-3rdo1_amd64.deb
Many thanks.
Rainer
--
Rainer Dorsch
Beatus-Widmann-Str. 5
72138 Kirchentellinsfurt
07157/734133
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-wav_patch.patch
Type: text/x-patch
Size: 1220 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20220403/c637dc88/attachment.bin>
More information about the Pkg-voip-maintainers
mailing list