[vlc-devel] syntax -- parsing problem ? -- bug in cmdline parser ?
    lartc 
    lartc at manchotnetworks.net
       
    Wed May 23 15:14:01 CEST 2007
    
    
  
hi all,
i've researched this a bit further, and have found:
vlc isn't respecting/parsing options -- 
-running under linux centos-5 with dag packages=
-plus tested building from source tarball
bubble is a giant vob that contains 9 elementary streams ...
setup bubble broadcast enabled
setup bubble input "/dvd/bubble.vob"
setup bubble output #duplicate{dst=standard{access=http,mux=ts,dst=172.16.12.10:8080},select="es=0,es=1,es=7"}
control bubble play
this configuration yields the error:
cannot create packetizer output (lpcm)
if i surround the output phrase in single quotes:
setup bubble broadcast enabled
setup bubble input "/dvd/bubble.vob"
setup bubble output '#duplicate{dst=standard{access=http,mux=ts,dst=172.16.12.10:8080},select="es=0,es=1,es=7"}'
control bubble play
just es=0 and es=1 are played
from the command line
vlc -vvvv "/dvd/bubble.vob" --sout
'#duplicate{dst=std{access=http,mux=ts,dst=172.16.12.10:8080}:sout-all}'
just es=0 and es=1 are played
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"}'
just es=0 and es=1 are played
any suggestions - perhaps i'm using bad syntax ?
cheers
charles
On Wed, 2007-05-23 at 10:01 +0200, lartc wrote:
> hi all,
> 
> i'm trying to battle for the correct syntax inside my vlc.conf (vlc-0.8.6b-1.el5.rf on cetnos-5)
> 
> 
> no error, but then, only two elementary streams 0 and 1 and not 7
> 
> any help?? 
> 
> thanks a million
> 
> charles
> -- 
> "simplified chinese" is not nearly as easy as they would
> have you believe ... a superlative oxymoron" --anonymous
> 
-- 
"simplified chinese" is not nearly as easy as they would
have you believe ... a superlative oxymoron" --anonymous
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
    
    
More information about the vlc-devel
mailing list