parent
cf47d6dcf0
commit
84f231af96
@ -76,21 +76,21 @@ simultaneously. To use the Icecast output, do the following:
|
|||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
output = lamemp3enc ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
output = lamemp3enc ! shout2send async=false mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
||||||
|
|
||||||
Example for Ogg Vorbis streaming:
|
Example for Ogg Vorbis streaming:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send async=false mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
||||||
|
|
||||||
Example for MP3 streaming and local audio (multiple outputs):
|
Example for MP3 streaming and local audio (multiple outputs):
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
output = tee name=t ! queue ! audioresample ! autoaudiosink t. ! queue ! lamemp3enc ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
output = tee name=t ! queue ! audioresample ! autoaudiosink t. ! queue ! lamemp3enc ! shout2send async=false 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-1.0`` command can be plugged into
|
can use with the ``gst-launch-1.0`` command can be plugged into
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user