Page 1 of 1

Strange error with dvb-streaming

Posted: 18 Apr 2009 14:06
by Opportunist
Hello

i`l try to stream 2 channels at home network from ABS 1 at 75.0°E ( http://www.lyngsat.com/abs1.html )

with command line

Code: Select all

/usr/bin/cvlc --syslog -d --color --ts-es-id-pid --programs=200,730 dvb-s:// --dvb-frequency=12670000 --dvb-srate=22000000 --dvb-voltage=18 --dvb-budget-mode --dvb-adapter 0 --no-file-logging --logmode syslog --sout-standard-mux=ts --sout-standard-access=http --sout '#duplicate{dst=std{dst=192.168.0.9:8029},select="program=200",dst=std{dst=192.168.0.9:8030},select="program=730"}'
all works fine, but with VLM-file

Code: Select all

new abs1 broadcast enabled setup abs1 input "dvb://" setup abs1 option dvb-adapter=0 setup abs1 option dvb-frequency=12670000 setup abs1 option dvb-srate=22000000 setup abs1 option dvb-voltage=18 setup abs1 option ts-es-id-pid setup abs1 option dvb-programs=200,730 setup abs1 option dvb-budget-mode setup abs1 option sout-standard-access=http setup abs1 option sout-standard-mux=ps setup abs1 output #duplicate{dst=standard{dst=192.168.0.9:8029},select="program=200",dst=standard{dst=192.168.0.9:8030},select="program=730"} control abs1 play
i have only messages error: main: cannot create packetizer output (mpga)

how i can fix it?
thanks

vlc 0.9.9, Gentoo, amd64

Re: Strange error with dvb-streaming

Posted: 18 Apr 2009 14:14
by Rémi Denis-Courmont
You need to build the MPEG audio packetizer plugin.

Re: Strange error with dvb-streaming

Posted: 18 Apr 2009 14:35
by Opportunist
thanks a lot for reply!
i will try