Thorsten Pferdekämper wrote:
> On Thursday 25 August 2005 20:07, Dirk Meyer wrote:
>> Thorsten Pferdekämper wrote:
>> I want to rebuild that whole tv watching part (incl. time shift). To
>> make that work, we need device plugins for kaa.record. Right now, only
>> dvb works. Adding ivtv should be simple (except for me, I have no such
>> card). For normal tv, it is more complicated and someone with C++ (not
>> Python) experience is needed. Anyone?
> Perhaps I could look at it. (Not promising that I can do it...)
> What exactly are you up to? Is there some information what exactly is needed?

We want to record into a stream. The DVB interface is

dvb = DvbDevice('/dev/dvb/adapter0', '/home/dmeyer/.freevo/channels.conf')
dvb.start_recording('ZDF', Filewriter('foo.mpg', 0, Filewriter.FT_MPEG))

The filewriter is an output plugin that saves the stream and should be
intependend. So I need somthing similar to DvbDevice were I can
schedule recordings for a device. I have no idea what the stream
should look like. Maybe Nuppelvideo, but the best would be a mpeg
stream so all devices create the same type of stream. 

I also hope to get an ad detector for kaa.record some day. If
everything internal is mepeg, it would be much easier.


Dischi

-- 
If the facts don't fit the theory, change the facts.
                -- Albert Einstein

Attachment: pgpYvP769IZTr.pgp
Description: PGP signature

Reply via email to