Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: AC3 5.1 - can someone "fix" -a in VDR 1.1.x - Please :)



Hallo Werner,

the patch does not work exactly as it should.

Vanilla vdr 1.1.20.
After replaying a recording vdr exits with an errorcode > 0 and vdr restarts
:(
This offcourse stops ac3play ;)

This is the line causing it - but you probbly now that :)
Taking this line out returns it to the old state.

>  void cDevice::Detach(cPlayer *Player)
>  {
>    if (Player && player == Player) {
> +     Audios.ClearAudio();

If you have another patch I would be pleased to test it :)

Just a thought that I just had now.
If you dont have any soundcard with spdif it should be possible to test it
with another program.
As far as I know the sound data is piped to the -a programm. This means that
it should bee possible to take something like tee and use that instead of
ac3play. Something like this :
-a 'tee /dev/null'
or -a 'tee /tmp/file' if you want the output in a file.

I have not tested this yet so maybee I am wrong about that ;)

Greetings
Christian




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index