Radio, Web and Free Software

Changeset 51be9001e1f8c3be4f758a4ac056e8df96f54c0d

Show
Ignore:
Timestamp:
07/27/10 14:32:33 (6 weeks ago)
Author:
Alban Peignier <alban@…>
Parents:
3c00018ff59088b3260dc3bc0f949ddd77311872
Children:
47dfd6383de03015167a5f85a728197b2b9a147b
git-committer:
Alban Peignier <alban@tryphon.eu> / 2010-07-27T14:32:33Z+0200
Message:

Use plug:dsnoop alsa device in 48kHz, create a vorbis stream with quality 1, add .ogg to mount point

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • files/darkice/darkice.cfg

    rdcaeea2 r51be900  
    77# this section describes the audio input that will be streamed 
    88[input] 
    9 device          = /dev/dsp  # OSS DSP soundcard device for the audio input 
    10 sampleRate      = 44100     # sample rate in Hz. try 11025, 22050 or 44100 
     9device          = plug:dsnoop  # OSS DSP soundcard device for the audio input 
     10sampleRate      = 48000     # sample rate in Hz. try 11025, 22050 or 44100 
    1111bitsPerSample   = 16        # bits per sample. try 16 
    1212channel         = 2         # channels. 1 = mono, 2 = stereo 
     
    1818bitrateMode     = vbr       # average bit rate 
    1919format          = vorbis    # format of the stream: ogg vorbis 
    20 quality         = 0.7       # bitrate of the stream sent to the server 
     20quality         =        # bitrate of the stream sent to the server 
    2121server          = localhost 
    2222                            # host name of the server 
    2323port            = 8000      # port of the IceCast2 server, usually 8000 
    2424password        = zzingfid  # source password to the IceCast2 server 
    25 mountPoint      = main      # mount point of this stream on the IceCast2 server 
    26 # name            = StreamBox stream 
    27                             # name of the stream 
    28 # description     =  
    29                             # description of the stream 
    30 # url             = http://www.yourserver.com 
    31                             # URL related to the stream 
    32 # genre           = my own    # genre of the stream 
    33 # public          = yes       # advertise this stream? 
     25mountPoint      = main.ogg  # mount point of this stream on the IceCast2 server