[vdr] VDR version 1.2.5pre1 pre-release

  • Von: Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> (CadSoft Computer GmbH)
    An: vdr@linuxtv.org
    Datum: Heute 21:31:15



    After having wasted a few version numbers lately and since there have still
    been some problems in the version 1.2.4 pre-release, I've decided
    to make a 1.2.5pre1 (allowing, if necessary, for pre2, pre3,... ;-).


    Before I upload the official 1.2.5 release I would appreciate if some of
    you could find the time to look over this one in the VDR Developer directory.


    The complete VDR version 1.2.5pre1 is available for download at


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.2.5pre1.tar.bz2


    The files


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.2.2-1.2.5pre1.diff
    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.2.4-1.2.5pre1.diff


    contain the complete 'diff' between versions 1.2.2 and 1.2.5pre1 (or version
    1.2.4 and 1.2.5pre1, respectively), in case you want to apply the individual
    fixes to an existing (maybe patched) installation (of course the line
    numbers may be off then, but I thought providing the 'diff' might be useful).


    The changes since version 1.2.4 are:


    - Now explicitly handling exit value 0 and 2 in 'runvdr'.
    - Added a missing 'w' to the allowed characters for Finnish and Swedish (thanks
    to Lauri Tischler and Ragnar Sundblad).
    - Added channels for DVB-T Hannover (Germany) to channels.cont.terr (thanks to
    Peter Waechtler).
    - Fixed a hangup in SVDRP when the client disappears without sending QUIT (thanks
    to Robert Bartl for reporting this one). The problem was introduced in version
    1.2.2 through the fix for an occasional "Broken pipe" error in SVDRP connections.
    - Updated 'channels.conf.terr' for Berlin.
    - Fixed displaying still pictures, now using the driver's VIDEO_STILLPICTURE call
    directly (thanks to Oliver Endriss). This also improves navigating through DVD
    menus with the DVD plugin. If this causes problems with your particular system
    (maybe because you are using the 'analogtv' plugin) you can reactivate the
    previous behaviour by commenting out the line
    #define VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES
    in VDR/dvbdevice.c.
    - Fixed handling extra blanks in plugin command lines.
    - Actually implemented the SVDRP command DELC.
    - Now clearing the player device if there are too many poll timeouts in 'Transfer
    Mode', which avoids buffer overflows and black screens in such cases.


    If nobody finds any serious problems with this new version I'd like
    to officially release it by wednesday.


    Have fun!


    Klaus Schmidinger

    Dirk

  • Habs am laufen, nur weiß ich nicht, was das mit dem stillpicture auf sich hat. Entweder muss ich noch irgendwas irgendwo einstellen oder es ist genau gleich wie vorher?
    Bei dvd-Menüs erkenn ich keinerlei Unterschiede, wie ist das bei euch?


    So long


    Olli

  • Hab es jetzt auch am Laufen. Läuft soweit ohne Probleme. Die STill-Pictures hab ich bei Friends-DVDs getestet (Staffel 4). Bei Version 1.2.2 hat er die Menüs gar nicht angezeigt, jetzt bekomme ich das Hauptmenü erst, wenn ich in einem Untermanü war


    Gruss Doc

    Current:

    Hardware_: Gigabyte B360M D3H, Silverstone Milo ML03, DD Cine S2 V7A, 256GB Samsung EVO 970, 4GB RAM, ASUS GT1030 passive

    Software_: ArchLinux, VDR4Arch, VDR 2.4.0, softhdcuvid, nordlichtsepg, skinenigmang


  • Bei mir laeuft es auch, hab jedoch Probleme beim Schneiden. Die Schnittpunkte lassen sich mit Taste 4 und 6 verschieben, das angezeigte Bild wird jedoch nicht aktualisiert. So ist das nicht zu gebrauchen.


    Gruss
    Klaus

  • Das Problem ist anscheinend ein Treiberproblem. Ich hab dazu in de VDR-ML folgende Antwort bekommen. Damit funktionierts bei mir auch mit #define VIDEO_STILL....


    You need driver 2003-08-23 or later or you have to patch the driver.


    For driver release 1.0.0 the following patch is *required*:
    ---------------------------------------------------------------------
    --- /tmp/linuxtv-dvb-1.0.0/driver/av7110/av7110.c Tue Jul 22 17:13:18 2003
    +++ av7110.c Sat Aug 30 03:20:26 2003
    @@ -4241,9 +4241,10 @@ play_iframe(av7110_t *av7110, u8 *buf, u
    if (AV_StartPlay(av7110, RP_VIDEO) < 0) {
    return -EBUSY;
    }
    - n=MIN_IFRAME/len+1;
    }

    + n=MIN_IFRAME/len+1;
    +
    /* FIXME: nonblock? */
    dvb_play(av7110, iframe_header, sizeof(iframe_header), 0, 1, 0);

    ---------------------------------------------------------------------


    Gruss
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!