<div dir="ltr"><span style="font-size:13px"><div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif">I'm trying to separate a stereo stream into two mono streams, in a VLM conf. I'm having trouble figuring out where to split it. </font></div>

<div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif">Been googling and fighting, I see that 'sout-mono-channel' might help, but I'm not sure how to include it in the VLM to choose for each output stream.</font></div>
<div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif">I've got this right now, for testing, if anyone can suggest how I might stream the mono streams over those http streams, or if there is a different way to go about it. In reality I dump them both to disk and also stream them up to http.</font></div>
<div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div style="padding-left:7px;word-wrap:break-word"><font class="Apple-style-span" face="arial, helvetica, sans-serif"><div style="padding-left:7px;word-wrap:break-word">
# VLC media player VLM command batch</div><div style="padding-left:7px;word-wrap:break-word"># <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></div><div style="padding-left:7px;word-wrap:break-word">
<br></div><div style="padding-left:7px;word-wrap:break-word">new dryad broadcast enabled</div><div style="padding-left:7px;word-wrap:break-word">setup dryad input "rtp://@:5001"</div><div style="padding-left:7px;word-wrap:break-word">
setup dryad output #duplicate{dst="transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:6000/}",dst="transcode{vcodec=none,acodec=mp3,ab=128,channels=1,samplerate=44100}:http{mux=raw,dst=:6001/}"}</div>
<div style="padding-left:7px;word-wrap:break-word">setup dryad option sout-mono-channel=1</div><div style="padding-left:7px;word-wrap:break-word">control dryad play</div></font></div>
</span></div>