From fe0d08d7a7e5165a5354db461525302cbf17a254 Mon Sep 17 00:00:00 2001 From: notnull Date: Mon, 23 Dec 2019 04:03:48 -0800 Subject: [PATCH] updated darkice-to-icecast --- html/darkice-to-icecast.html | 31 ++++++++++++++++++------------- md/darkice-to-icecast.md | 24 +++++++++++++----------- org/darkice-to-icecast.org | 22 +++++++++++++++------- txt/darkice-to-icecast.txt | 25 ++++++++++++------------- 4 files changed, 58 insertions(+), 44 deletions(-) diff --git a/html/darkice-to-icecast.html b/html/darkice-to-icecast.html index f3413c6..18b9cc2 100644 --- a/html/darkice-to-icecast.html +++ b/html/darkice-to-icecast.html @@ -89,7 +89,6 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
  • Install and configure darkice
  • Start darkice
  • Start playing your audio
  • -
  • TODO fix stream address
  • RTFM
  • @@ -102,20 +101,26 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni

    Only the relevant options in darkice.cfg are shown below. See a complete example here.

    [input]
     device          = pulseaudio
    -paSourceName    = stream.monitor
    -
    -[icecast2-0]
    -format          = vorbis
    -server          = radio.anarchyplanet.org
    -port            = 8000
    -password        = [secret password]
    -mountPoint      = source.ogg
    +sampleRate = 44100 +bitsPerSample = 16 +channel = 2 +paSourceName = stream.monitor + +[icecast2-0] +format = mp3 +bitrateMode = vbr +quality = 0.8 +server = radio.anarchyplanet.org +port = 8000 +password = [secret password] +mountPoint = live +

    Start darkice

    -

    Run darkice -c darkice.cfg from the command line. Darkice should now show up in the recording tab. Change the audio source for darkice to Monitor of Null Output.

    +

    Run darkice -c darkice.cfg from the command line. Darkice should now show up in the recording tab.

    +

    Change the audio source for darkice to Monitor of Null Output.

    Start playing your audio

    -

    This playback device should now show up in the Playback tab of the PulseAudio control panel. (For example, if you are playing audio in your browser, a new row should appear in the Playback tab showing your browser making sound). Change the audio output for your playback device audio to Null Output.

    -

    TODO fix stream address

    -

    currently it's https://radio.anarchyplanet.org/icecast/stream.ogg

    +

    This playback device should now show up in the Playback tab of the PulseAudio control panel. (For example, if you are playing audio in your browser, a new row should appear in the Playback tab showing your browser making sound).

    +

    Change the audio output for your playback device audio to Null Output.

    RTFM