I've tried that and it seems that all the audio is still being streamed (looking at the audio track list in vlc). Also that seems that it would work on all streams where as I want to be able to specify it on a single stream.
<br><br>For example my vlm file currently contains...<br><br><span style="font-family: courier new,monospace;">new channel0 broadcast enabled</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
setup channel0 input dvb:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup channel0 option dvb-adapter=0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
setup channel0 option dvb-frequency=12476000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup channel0 option dvb-budget-mode</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">setup channel0 option dvb-srate=27500000</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup channel0 option dvb-voltage=18
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">setup channel0 output #duplicate{dst=standard{access=udp,mux=ts,dst=<a href="http://224.7.0.2:1234">224.7.0.2:1234</a>
},select="program=10611",dst=standard{access=udp,mux=ts,dst=<a href="http://224.7.0.12:1234">224.7.0.12:1234</a>},select="program=10601"}</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">control channel0 play</span><br><br>and the command line i use is...<br><span style="font-family: courier new,monospace;">/usr/local/bin/vlc --vlm-conf Channels.vlm --programs 10611,10601
<br><br></span>It would be nice if there was a way you could specify the audio language when you specify the program sid. For example...<span style="font-family: courier new,monospace;"><br><br></span><span style="font-family: courier new,monospace;">
dst=standard{access=udp,mux=ts,dst=<a href="http://224.7.0.12:1234">224.7.0.12:1234</a>},select="program=10601,audiolang=en"}</span><span style="font-family: courier new,monospace;"></span><br><br>Any ideas whether this is possible?
<br><br>Mike<br><br><div><span class="gmail_quote">On 11/9/06, <b class="gmail_sendername">Antoine Cellerier</b> <<a href="mailto:dionoea@videolan.org">dionoea@videolan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>    I'm currently streaming channels from a DVB-S or DVB-T card. I want to be<br>>    able to select which audio channel to stream. If you look at<br>>    [1]http://en.kingofsat.net/tp.php?tp=316 you'll see EBS has 21 different
<br>>    audio streams, I would like to be able to only stream (for example)<br>>    english or french audio.<br><br>Does --audio-lang "fr,en" work ?<br><br>--<br>Antoine Cellerier<br>dionoea<br><br>--<br>
This is the vlc mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html
</a><br><br></blockquote></div><br>