39db9bb39e
LiveIce is the source client for Icecast which encodes an mpeg stream for broadcast as it is created. Unlike clients such as Shout and IceDJ this permits the broadcast of live audio, rather than prerecorded mp3's. To start: 0. start icecast 1. find $HOME/mp3 -type f >playlist 2. liveiceconfigure.tk, save 3. In /bin/sh: liveice -M 2>/dev/null
13 lines
507 B
Text
13 lines
507 B
Text
$NetBSD: patch-af,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $
|
|
|
|
--- liveiceconfigure.tk.orig Tue Nov 21 04:01:33 2000
|
|
+++ liveiceconfigure.tk
|
|
@@ -60,7 +60,7 @@
|
|
L3ENC { .f11.enc insert 0 "l3enc" }
|
|
MP3ENC { .f11.enc insert 0 "mp3enc" }
|
|
SCREAMER { .f11.enc insert 0 "lamer" }
|
|
- LAME3 { .f11.enc insert 0 "lame3" }
|
|
+ LAME3 { .f11.enc insert 0 "lame" }
|
|
XING { .f11.enc insert 0 "xingmp3enc" }
|
|
XING_VBR { .f11.enc insert 0 "xingmp3enc" }
|
|
default { .f11.enc insert 0 "encoder" }
|