Mailing List archive

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

[vdr] Re: ANNOUNCE: Test of AV7110 firmware with AC3 loop through



On Fri, Aug 13, 2004 at 08:09:13PM +0200, Alexander Rieger wrote:
> Hi Werner
> 
> >    I've uploaded a Test version of the AV7110 firmware used
> >by the FF DVB cards.  This version supports AC3 loop throughout
> >the S/P-DIF of the DVB card in replay mode.
> >
> >[...]
> >
> >I'd like to get some feedback ;^)
> 
> Ok, here we go:
> 
> Test-setup: PIII-600 with Nova-S (/dev/dvb/adapter0) and Nexus-S 
> (/dev/dvb/adapter1) connected via coax SPDIF to a Harman-Kardon AVR 4500.
> 
> To get test_av_play to work in my environment I had to modify line 508 
> in test_av_play.c from
> 
> <               videodev = getenv("AUDIO");
> >               videodev = getenv("VIDEO");

Ah thanks ... but shouldn't that be

        if (getenv("VIDEO"))
                videodev = getenv("VIDEO");
        if (getenv("AUDIO"))
                audiodev = getenv("AUDIO");

in other words

  <               videodev = getenv("AUDIO");
  >               audiodev = getenv("AUDIO");

> 
> and set the environment variables VIDEO and AUIDO to "../adapter1/..".
> 
> Afterwards I played some recordings with DD5.1 (from Pro7) and some 
> recordings with DD2.0 (from Sat.1).
> 
> - test_av_play without '-d' parameter -> HK displays PCM
> - test_av_play with '-d' parameter -> HK displays "Dolby Digital" either 
> 5.1 or 2.0
> 
> -> replay seems to be OK in all cases
> 
> Playing these recordings with a vdr-1.3.12 with AC3overDVB-patch is also 
> OK with PCM or with AC3overDVB active.

Great, this because in that case I have not break the PCM interface
of the firmware with the new autodetection of AC3/DTS/PCM.

> 
> Note: I replayed the recordings only for about a minute in each case.

I've hacked test_av_play in such way that one get:

    Freeze       by pressing `z'
    Stop         by pressing `s'
    Continue     by pressing `c'
    Start        by pressing `p'
    FastForward  by pressing `f'
    Mute         by pressing `m'
    UnMute       by pressing `u'
    SlowMotion   by pressing `l'
    Quit         by pressing `q'

my examples I've around (VDR and VOB samplers in VDR format) work all
together.  Even the (well) broken files for testing possible lockups
of the bitstreamout plugin.

Now we've to see if we all can use this firmware all the day.

       Werner

-- 
AC3 loop through sound card http://bitstreamout.sourceforge.net/
Howto http://www.vdr-portal.de/board/thread.php?threadid=1958
------------------------------------------------------------------
 "Having a smoking section in a restaurant is like having
         a  peeing section in a swimming pool." -- Edward Burr




Home | Main Index | Thread Index