Re: [Freevo-devel] Atsc freevo2

2007-08-20 Thread Jonathan Isom
Here is changes I've made so far to kaa.record. As i stated below I'm having problems but i am not sure where the problem lies. I'm not sure if it is something i've overlooked or something unrelated to atsc in general Later Jonathan On 8/20/07, Jonathan Isom <[EMAIL PROTECTED]> wrote: > Hi >

Re: [Freevo-devel] Atsc freevo2

2007-08-20 Thread Jonathan Isom
Hi I have made quite a bit of atsc related changes. the logging from tvdev appears ok til i kill it with freev-tvdev --stop. the same with tvserver. but tvserver never seems to connect with tvdev. any ideas Later Jonathan tvdev log --

Re: [Freevo-devel] Atsc freevo2

2007-08-20 Thread Dirk Meyer
"Jonathan Isom" wrote: > Is there anything more that needs to be done other than to add > > > elif val[1] == 3: > self.type = 'ATSC' > self._cfg_set_default('priority', 7) Maybe, I can't test. Try. Dischi -- Der Reboot: Bei UNIX hilfreich, aber nicht zwingend no

Re: [Freevo-devel] Atsc freevo2

2007-08-19 Thread Jonathan Isom
Well further investigation leads me to believe that kaa.record is needing modified which I'm am attempting.is test/record.py up to date? or should i be using something else for testing? Thanks Jonathan On 8/18/07, Jonathan Isom <[EMAIL PROTECTED]> wrote: > Is there anything more that needs to b

[Freevo-devel] Atsc freevo2

2007-08-18 Thread Jonathan Isom
Is there anything more that needs to be done other than to add elif val[1] == 3: self.type = 'ATSC' self._cfg_set_default('priority', 7) to dvb.py to have atsc support. Also could someone with a working freevo2 config send me a copy of their config files the wik