Thanks Michael for your help, but at my first test i get problems
usual:
so i explain my test
i have this data i have to log ECM and store it in file:
Frequency 11977
pid 1296
Horizzontal
27500
So i start just to write :
from Kamaelia.Device.DVB.Core import DVB_Multiplex
from Kamaelia.Chassis.Pipeline import Pipeline
from Kamaelia.File.Writing import SimpleFileWriter
import dvb3
freq = 119.77
feparams = {
"constellation" : dvb3.frontend.QPSK,
}
Pipeline(
DVB_Multiplex(freq, [0x1296],feparams), # BBC Multiplex 1,
whole transport stream
SimpleFileWriter("prova"),
).run()
I get the error :
The debugged program raised the exception unhandled TypeError
"'constellation' is an invalid keyword argument for this function"
File: /usr/local/lib/python2.6/dist-packages/Kamaelia/Device/DVB/
Core.py, Line: 210
Thanks Luca
On 19 Nov, 10:20, Michael Sparks <[email protected]> wrote:
> On Thursday 19 November 2009 07:25:56 luca72 wrote:
>
> > Thanks for the linkd page, in the example there are dvb-t example but
> > i con also use for dvb-s making some change is it correct?
>
> You'll be pleased to hear that the dvb bindings were first used with a DVB-S
> card. Most current testing has been with DVB-T, but they should still work
> with DVB-S. (We've made changes to support DVB-C as well when a patch came
> our way BTW :)
>
> Michael
> --http://yeoldeclue.com/bloghttp://twitter.com/kamaelianhttp://www.kamaelia.org/Home
--
You received this message because you are subscribed to the Google Groups
"kamaelia" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/kamaelia?hl=.