Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Soenke Schwardt
Dirk Meyer <[EMAIL PROTECTED]> wrote: > video.change_stream('audio-en,video')? But we may not need it. If I > specifiy audio for visually impaired people I get that stream if > possible and normal audio if not. The stream should auto-switch to the > maching pids. Nice idea but I think it's not tha

Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Jason Tackaberry
On 2007-04-23 15:49, Soenke Schwardt wrote: >> | video = device.get_stream(channel, 'audio,video') >> | text = device.get_stream(channel, 'teletext') > > As Alessandro already mentioned it's sometimes clever to choose a > specific audio stream if multiple are available. Changing audio stream > whil

Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Dirk Meyer
"Soenke Schwardt" wrote: > Hi! > > Following my brain dump while reading dischi's mail :-) doing the same :) > Dirk Meyer <[EMAIL PROTECTED]> wrote: >> First we need to get the device. No idea what kind of device you need? >> Just call get_device(). >> >> | device = kaa.record.get_device('dvb0')

Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Soenke Schwardt
Hi! Following my brain dump while reading dischi's mail :-) Dirk Meyer <[EMAIL PROTECTED]> wrote: > First we need to get the device. No idea what kind of device you need? > Just call get_device(). > > | device = kaa.record.get_device('dvb0') How do I know that a 'dvb0' device is present? | dev

Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Dirk Meyer
"Alessandro Decina" wrote: > On 4/22/07, Dirk Meyer <[EMAIL PROTECTED]> wrote: >> This is a proposal for the interface of kaa.record2. This is not >> implemented yet, but if we agree to make it this way I will do >> it. This doc does not cover how this is done in the internals of >> kaa.record2. >

Re: [Freevo-devel] kaa.record2 interface proposal

2007-04-23 Thread Alessandro Decina
On 4/22/07, Dirk Meyer <[EMAIL PROTECTED]> wrote: > This is a proposal for the interface of kaa.record2. This is not > implemented yet, but if we agree to make it this way I will do > it. This doc does not cover how this is done in the internals of > kaa.record2. > Next we want some parts from tha

[Freevo-devel] kaa.record2 interface proposal

2007-04-22 Thread Dirk Meyer
This is a proposal for the interface of kaa.record2. This is not implemented yet, but if we agree to make it this way I will do it. This doc does not cover how this is done in the internals of kaa.record2. We need to support several types of devices. DVB is different than analoge and for analog th