openbsd-ports/net/ices2/patches/patch-conf_ices-sun_xml
alek 2538cacd58 Import ices 2.0.1
Ices2 is a source client for streaming Ogg Vorbis audio to an Icecast v2
server. It supports streaming of .ogg files in playlist mode as well as
encoding and streaming live input.

From Moritz Grimm <gtgbr@gmx.net>
2005-02-19 20:49:51 +00:00

20 lines
907 B
Plaintext

$OpenBSD: patch-conf_ices-sun_xml,v 1.1.1.1 2005/02/19 20:49:51 alek Exp $
--- conf/ices-sun.xml.orig Tue Feb 1 15:52:16 2005
+++ conf/ices-sun.xml Tue Feb 1 15:53:46 2005
@@ -28,13 +28,13 @@
<!-- Input module.
This example uses the 'sun' module. It takes input from the
- OSS audio device (e.g. line-in), and processes it for live
+ /dev/audio device (e.g. line-in), and processes it for live
encoding. -->
<input>
<module>sun</module>
<param name="rate">44100</param>
<param name="channels">2</param>
- <param name="device">/dev/dsp</param>
+ <param name="device">/dev/audio</param>
<!-- Read metadata (from stdin by default, or -->
<!-- filename defined below (if the latter, only on SIGUSR1) -->
<param name="metadata">1</param>