From 5cd685285b72d8d4bb174ab7d2d184359dcf63d4 Mon Sep 17 00:00:00 2001 From: Janez Troha Date: Fri, 6 Jun 2014 14:39:49 +0200 Subject: [PATCH] Add: More detailed icecast example --- docs/config.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 35706475..3d1b72b4 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -272,13 +272,21 @@ server simultaneously. To use the SHOUTcast output, do the following: #. You might also need to change the ``shout2send`` default settings, run ``gst-inspect-0.10 shout2send`` to see the available settings. Most likely - you want to change ``ip``, ``username``, ``password``, and ``mount``. For - example: + you want to change ``ip``, ``username``, ``password``, and ``mount``. + + Example for mp3: .. code-block:: ini [audio] - output = lame ! shout2send username="alice" password="secret" mount="mopidy" + output = lame ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme + + Example for vorbis: + + .. code-block:: ini + + [audio] + output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme Other advanced setups are also possible for outputs. Basically, anything you can use with the ``gst-launch-0.10`` command can be plugged into