pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

baresip: document the workaround for using OSS audio with baresip



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Dec 18 00:43:13 2016 +0200
Changeset:	1bc0b82e1f608a80c24af8f9cb449bc55f3abb27

Added Files:
	baresip/MESSAGE

Log Message:
baresip: document the workaround for using OSS audio with baresip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1bc0b82e1f608a80c24af8f9cb449bc55f3abb27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 baresip/MESSAGE | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/baresip/MESSAGE b/baresip/MESSAGE
new file mode 100644
index 0000000..01f29ee
--- /dev/null
+++ b/baresip/MESSAGE
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD$
+The "oss" module opens an audio device for playback and an audio device
+for recording. On NetBSD current, baresip fails to open the same device
+for both playback and recording. A workaround is to use
+
+ audio_player oss,/dev/fd/4
+ audio_source oss,/dev/fd/4
+ module oss.so
+
+in the baresip config file, and run baresip using
+
+ baresip 4<>/dev/audio
+
+Another option is to use the "jack" module.
+===========================================================================


Home | Main Index | Thread Index | Old Index