Changeset 51be9001e1f8c3be4f758a4ac056e8df96f54c0d
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rdcaeea2
|
r51be900
|
|
| 7 | 7 | # this section describes the audio input that will be streamed |
| 8 | 8 | [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 |
| | 9 | device = plug:dsnoop # OSS DSP soundcard device for the audio input |
| | 10 | sampleRate = 48000 # sample rate in Hz. try 11025, 22050 or 44100 |
| 11 | 11 | bitsPerSample = 16 # bits per sample. try 16 |
| 12 | 12 | channel = 2 # channels. 1 = mono, 2 = stereo |
| … |
… |
|
| 18 | 18 | bitrateMode = vbr # average bit rate |
| 19 | 19 | format = vorbis # format of the stream: ogg vorbis |
| 20 | | quality = 0.7 # bitrate of the stream sent to the server |
| | 20 | quality = 1 # bitrate of the stream sent to the server |
| 21 | 21 | server = localhost |
| 22 | 22 | # host name of the server |
| 23 | 23 | port = 8000 # port of the IceCast2 server, usually 8000 |
| 24 | 24 | password = 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? |
| | 25 | mountPoint = main.ogg # mount point of this stream on the IceCast2 server |