mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Anpassungen am MPFire
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@884 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -57,36 +57,36 @@ mixer_control "PCM"
|
||||
audio_output {
|
||||
type "alsa"
|
||||
name "alsa"
|
||||
device "hw:0,0" # optional
|
||||
format "44100:16:2" # optional
|
||||
# device "hw:0,0" # optional
|
||||
# format "44100:16:2" # optional
|
||||
}
|
||||
#
|
||||
# An example of an OSS output:
|
||||
#
|
||||
audio_output {
|
||||
type "oss"
|
||||
name "My OSS Device"
|
||||
device "/dev/dsp" # optional
|
||||
format "44100:16:2" # optional
|
||||
}
|
||||
#audio_output {
|
||||
# type "oss"
|
||||
# name "My OSS Device"
|
||||
# device "/dev/dsp" # optional
|
||||
# format "44100:16:2" # optional
|
||||
#}
|
||||
#
|
||||
# An example of a shout output (for streaming to Icecast):
|
||||
#
|
||||
audio_output {
|
||||
type "shout"
|
||||
name "My Shout Stream"
|
||||
host "localhost"
|
||||
port "8000"
|
||||
mount "/mpd.ogg"
|
||||
password "hackme"
|
||||
#audio_output {
|
||||
# type "shout"
|
||||
# name "My Shout Stream"
|
||||
# host "localhost"
|
||||
# port "8000"
|
||||
# mount "/mpd.ogg"
|
||||
# password "hackme"
|
||||
# quality "5.0"
|
||||
bitrate "128"
|
||||
format "44100:16:1"
|
||||
# bitrate "128"
|
||||
# format "44100:16:1"
|
||||
# user "source" # optional
|
||||
# description "My Stream Description" # optional
|
||||
# genre "jazz" # optional
|
||||
# public "no" # optional
|
||||
}
|
||||
#}
|
||||
#
|
||||
# Set this if you have problems
|
||||
# playing audio files.
|
||||
|
||||
Reference in New Issue
Block a user