Add: More detailed icecast example
This commit is contained in:
parent
05f6b424ef
commit
5cd685285b
@ -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
|
#. You might also need to change the ``shout2send`` default settings, run
|
||||||
``gst-inspect-0.10 shout2send`` to see the available settings. Most likely
|
``gst-inspect-0.10 shout2send`` to see the available settings. Most likely
|
||||||
you want to change ``ip``, ``username``, ``password``, and ``mount``. For
|
you want to change ``ip``, ``username``, ``password``, and ``mount``.
|
||||||
example:
|
|
||||||
|
Example for mp3:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[audio]
|
[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
|
Other advanced setups are also possible for outputs. Basically, anything you
|
||||||
can use with the ``gst-launch-0.10`` command can be plugged into
|
can use with the ``gst-launch-0.10`` command can be plugged into
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user