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
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
"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')
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
"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.
>
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
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