On Thursday 19 November 2009 21:41:15 luca72 wrote: > i make a little change but i get another error:
Could you post the whole file into a pastebin ? eg http://pastebin.com/ Along with the full trace back? One thing that does look wrong to me is given this: * Frequency 11977 * pid 1296 * Horizontal * 27500 Shouldn't translate as: freq = 119.77 .. DVB_Multiplex(freq, [0x1296] That should be: freq = 11977 ... DVB_Multiplex(freq, [1296], ... The numbers look higher than DVB-T because DVB-S does work at a higher frequency. It will be easier to help with a copy of the full file & traceback in a pastebin though. Regards, Michael. -- http://yeoldeclue.com/blog http://twitter.com/kamaelian http://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=.
