<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.0">
</HEAD>
<BODY>
<TT>hi all,</TT><BR>
<BR>
<TT>vlc isn't respecting/parsing options -- </TT><BR>
<BR>
<TT>-running under linux centos-5 with dag packages</TT><BR>
<TT>-tested building from source tarball as well</TT><BR>
- windows exhibiting similar, although, not identical behavior<BR>
<BR>
<BR>
<TT>bubble is a vob containing 9 elementary streams ...</TT><BR>
<BR>
<TT>setup bubble broadcast enabled</TT><BR>
<TT>setup bubble input "/dvd/bubble.vob"</TT><BR>
<TT>setup bubble output #duplicate{dst=standard{access=http,mux=ts,dst=172.16.12.10:8080},select="es=0,es=1,es=7"}</TT><BR>
<TT>control bubble play</TT><BR>
<BR>
<TT>this configuration yields the error:</TT><BR>
<BR>
<TT>cannot create packetizer output (lpcm)</TT><BR>
<BR>
<BR>
<TT>if i surround the output phrase in single quotes:</TT><BR>
<BR>
<TT>setup bubble broadcast enabled</TT><BR>
<TT>setup bubble input "/dvd/bubble.vob"</TT><BR>
<TT>setup bubble output '#duplicate{dst=standard{access=http,mux=ts,dst=172.16.12.10:8080},select="es=0,es=1,es=7"}'</TT><BR>
<TT>control bubble play</TT><BR>
<BR>
<TT>just es=0 and es=1 are played</TT><BR>
<BR>
<TT>from the command line</TT><BR>
<BR>
<TT>vlc -vvvv "/dvd/bubble.vob" --sout '#duplicate{dst=std{access=http,mux=ts,dst=172.16.12.10:8080}:sout-all}'</TT><BR>
<BR>
<TT>just es=0 and es=1 are played</TT><BR>
<BR>
<TT>vlc -vvvv   "/dvd/bubble.vob" --sout '#duplicate{dst=std{access=http,mux=ts,dst=172.16.12.10:8080},select="es=0,es=1,es=7"}'</TT><BR>
<BR>
<TT>just es=0 and es=1 are played</TT><BR>
<BR>
<BR>
<TT>cheers</TT><BR>
<BR>
<TT>charles</TT><BR>
<BR>
</BODY>
</HTML>