Skip to content

Commit

Permalink
docs: Dual audio output example in audio.rst
Browse files Browse the repository at this point in the history
Added an example multiplexing audio output using tee for local output and stream via icecast
  • Loading branch information
dommtardif authored and kingosticks committed Oct 17, 2017
1 parent d4d7680 commit b3fb7b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/audio.rst
Expand Up @@ -84,6 +84,13 @@ simultaneously. To use the Icecast output, do the following:
[audio]
output = audioresample ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme
Example for MP3 streaming and local audio (multiple outputs):

.. code-block:: ini
[audio]
output = tee name=t ! queue ! audioresample ! autoaudiosink t. ! queue ! lamemp3enc ! 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-1.0`` command can be plugged into
Expand Down

0 comments on commit b3fb7b3

Please sign in to comment.