Advertisement
Guest User

Febiansyah Hidayat

a guest
Dec 13th, 2010
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # sample DarkIce configuration file, edit for your needs before using
  2. # see the darkice.cfg man page for details
  3.  
  4. # this section describes general aspects of the live streaming session
  5. [general]
  6. duration        = 0        # duration of encoding, in seconds. 0 means forever
  7. bufferSecs      = 2         # size of internal slip buffer, in seconds
  8. reconnect       = yes       # reconnect to the server(s) if disconnected
  9.  
  10. # this section describes the audio input that will be streamed
  11. [input]
  12. device          = jack_auto # OSS DSP soundcard device for the audio input  
  13.                             # the string ’jack’, to  have  an  unconnected Jack port,
  14.                             # or ’jack_auto’  to  automatically  make Jack connect to the first source.
  15.  
  16. sampleRate      = 44100     # sample rate in Hz. try 11025, 22050 or 44100
  17. bitsPerSample   = 16        # bits per sample. try 16
  18. channel         = 1         # channels. 1 = mono, 2 = stereo
  19.  
  20. [icecast2-0]
  21. bitrateMode     = abr       # average bit rate
  22. format          = vorbis       # vorbis    # format of the stream: ogg vorbis
  23. bitrate         = 96        # bitrate of the stream sent to the server
  24. server          = 0.0.0.0
  25.                             # host name of the server
  26. port            = 8181      # port of the IceCast2 server, usually 8000
  27. password        = yourPass    # source password to the IceCast2 server
  28. mountPoint      = mount.ogg  # mount point of this stream on the IceCast2 server
  29. name            = RadioName # name of the stream
  30. description     = This is only a test
  31.                             # description of the stream
  32. url             = http://0.0.0.0:8181/mount.ogg
  33.                             # URL related to the stream
  34. genre           = yourGenre    # genre of the stream
  35. public          = yes       # advertise this stream?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement