Streaming from PulseAudio Device to Icecast Server

From Pterodactylus
Revision as of 17:21, 15 September 2019 by Bombe (talk | contribs) (Created page with " $ gst-launch-1.0 pulsesrc device="${DEVICE}" ! audioconvert ! audio/x-raw,rate=44100,channels=2,format=S16LE ! lamemp3enc bitrate=320 ! shout2send ip="${HOST}" port="${POR...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
   $ gst-launch-1.0 pulsesrc device="${DEVICE}" ! audioconvert ! audio/x-raw,rate=44100,channels=2,format=S16LE ! lamemp3enc bitrate=320 ! shout2send ip="${HOST}" port="${PORT}" password="${PASSWORD}" mount="${MOUNT}.mp3" description="${DESCRIPTION}" streamname="${NAME}"