[vlc-devel] bug
lartc
lartc at manchotnetworks.net
Tue May 29 12:21:13 CEST 2007
hi all,
vlc isn't respecting/parsing options --
-running under linux centos-5 with dag packages
-tested building from source tarball as well
- windows exhibiting similar, although, not identical behavior
bubble is a vob containing 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
cheers
charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070529/7544765c/attachment.html>
More information about the vlc-devel
mailing list