[ANNOUNCE] VDR developer version 1.5.12

  • Frisch aus der Mailingliste:



    Danke an Klaus für die neue Version!


    Grüße
    Michi

    Wohnzimmer: Techsolo TC-400 :: ASUS P5N7A-VM :: Intel Core 2 Duo E7400 :: GeForce 9300 onboard :: vdr 1.7.15 e-tobi ::
    In Rente: Pimped Scenic 600 (Bilder und Aufbau) :: PIII 600Mhz :: Hauppauge Nexus-S 2.1 4MB :: vdr 1.5.2 e-tobi ::


    "Wer denkt, dass Volksvertreter das Volk vertreten, der glaubt auch, dass Zitronenfalter Zitronen falten." Zeit zum ändern!

  • Hi,


    ja, da klappt eigentlich alles ganz gut bisher.
    Hat irgendjemand schon ffnetdev laufen? Mit 1.5.8 läuft es hier noch, aber seit mind. 1.5.11 gibts nur noch folgendes:

    Code
    netosd.c:13: Fehler: keine passende Funktion für Aufruf von »cOsd::cOsd(int&, int&)«
    ../../../include/vdr/osd.h:273: Anmerkung: Kandidaten sind: cOsd::cOsd(int, int, uint)
    ../../../include/vdr/osd.h:261: Anmerkung:                  cOsd::cOsd(const cOsd&)


    ciao,
    Chris

  • Da fehlt das dritte (neue) Argument 'Level' im Constructor, da cNetOsd von cOsd abgeleitet ist.

  • Hi,


    hm, kannst du mir vielleicht noch sagen wie ich das ändern muss, damit es wieder funktioniert? Kann ich den Level z.B. einfach statisch auf irgendeinen uint-Wert setzen? Wenn ja auf was? Also was sag der Level aus?
    Wäre halt schön wenn ffnetdev wieder läuft, da ich einen headless vdr betreibe und ffnetdev für mich die einzige Möglichkeit darstellt ans OSD zu kommen.


    ciao,
    Chris

  • Nabend,


    erstmal auch ein Danke dennoch möchte ich gerne Kritik loswerden :unsch


    seit vdr 1.5.11 habe ich das Problem dass VDR mit test2skin nicht ordentlich startet , sprich er versucht zu starten bricht aber mit einem segfault ab und versucht wieder neu zu starten WOBEI das nur beim starten des VDRs auftritt während des Betriebes läuft recht ordentlich .


    VDRdevel-1.5.11 + Plugins dort haben wir das Thema schon mal angeschnitten. Ich hoffe dass man dort was ändern kann.


    //Edit :


    Wenn sich bei mir der VDR komplett weigert zu starten , dann lösche ich die epg.data und es geht wieder ..


    I30R6










    VDR











    Hardware : GA-EP35-DS3L, C2Q Q6700 , 3GB DDR2 , Palit GT240, 250GB System & 500GB Video,
    Mystique-CaBix C2,TT Budget C-1501,Airstar 2, Fernbedienung X10
    Software : gen2vdr, Kernel 3.8.10, vdr 2.0.1
    PlugIns : audiorecorder,femon,admin,yacoto..
    Ausgabe: softhddevice

    Einmal editiert, zuletzt von I30R6 ()

  • Hallo,


    gibt es eigentlich keine Möglichkeit den PCM Datenstrom abzugreifen wie bei Dolby Digital, mit "-a ac3dec" um diesen einem bestimten PCM-Gerät zuzuweisen wie z.B. "pcm.ch51dup"


    Gruss


    Ralf

    ******************************

    Gen2Vdr 2.0
    ASUS K8N-E Deluxe, AMD Semperon 3000, 762 MB RAM
    Nova-S + Nova SE2 + DigiStar DVB-S
    Toschiba DVD-LW,
    IDE 160 GB, 200 GB, S-ATA 500 GB
    Wakeup Board 2.0,
    Genius SW-HF5.1 5000 Beech Wood Boxenset


  • KLS meint.


    Soweit ich das sehe müsste -a CMD die aktuellen Audio-Daten immer
    and CMD schicken, egal ob es DD oder MPEG ist.


    Mit


    Code
    -a 'cat > /dev/sound'


    oder so müsste das gehen.


    -----
    Ach ja, klar, /dev/sound kann ja keine PES-Pakete abspielen.
    Du bräuchtest also erstmal ein Programm, das die PES-Pakete
    auspackt und in einen Datenstrom verwandelt, den /dev/sound
    wiedergeben kann. Wie das gehen könnte, weiß ich aber leider
    auch nicht.


    Wenn Du weißt, wie das geht, lass es mich wissen :schiel


    LG Ronny

    Einmal editiert, zuletzt von ronnykornexl ()

  • was mach ich denn hier verkehrt
    libfreetype2-demo hab ich installiert
    ein anderse freetype2 habe ich nicht gefunden
    danke im Vorraus


    debian:/usr/local/src/VDR# make
    g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" -D_GNU_SOURCE -DVIDEODIR=\"/video\" -DCONFDIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -DLOCDIR=\"./locale\" -I/usr/include/freetype2 font.c
    font.c:12:35: error: fontconfig/fontconfig.h: Datei oder Verzeichnis nicht gefunden
    font.c: In static member function 'static bool cFont::GetAvailableFontNames(cStringList*, bool)':
    font.c:346: error: 'FcInit' was not declared in this scope
    font.c:347: error: 'FcObjectSet' was not declared in this scope
    font.c:347: error: 'os' was not declared in this scope
    font.c:347: error: 'FC_FAMILY' was not declared in this scope
    font.c:347: error: 'FC_STYLE' was not declared in this scope
    font.c:347: error: 'FcObjectSetBuild' was not declared in this scope
    font.c:348: error: 'FcPattern' was not declared in this scope
    font.c:348: error: 'pat' was not declared in this scope
    font.c:348: error: 'FcPatternCreate' was not declared in this scope
    font.c:349: error: 'FC_SCALABLE' was not declared in this scope
    font.c:349: error: 'FcTrue' was not declared in this scope
    font.c:349: error: 'FcPatternAddBool' was not declared in this scope
    font.c:351: error: 'FC_SPACING' was not declared in this scope
    font.c:351: error: 'FC_MONO' was not declared in this scope
    font.c:351: error: 'FcPatternAddInteger' was not declared in this scope
    font.c:352: error: 'FcFontSet' was not declared in this scope
    font.c:352: error: 'fontset' was not declared in this scope
    font.c:352: error: 'FcFontList' was not declared in this scope
    font.c:354: error: 'FcNameUnparse' was not declared in this scope
    font.c:376: error: 'FcFontSetDestroy' was not declared in this scope
    font.c:377: error: 'FcPatternDestroy' was not declared in this scope
    font.c:378: error: 'FcObjectSetDestroy' was not declared in this scope
    font.c:379: error: 'FcFini' was not declared in this scope
    font.c: In static member function 'static cString cFont::GetFontFileName(const char*)':
    font.c:392: error: 'FcInit' was not declared in this scope
    font.c:393: error: 'FcPattern' was not declared in this scope
    font.c:393: error: 'pat' was not declared in this scope
    font.c:393: error: 'FcChar8' was not declared in this scope
    font.c:393: error: expected primary-expression before ')' token
    font.c:393: error: 'FcNameParse' was not declared in this scope
    font.c:394: error: 'FC_SCALABLE' was not declared in this scope
    font.c:394: error: 'FcTrue' was not declared in this scope
    font.c:394: error: 'FcPatternAddBool' was not declared in this scope
    font.c:395: error: 'FcMatchPattern' was not declared in this scope
    font.c:395: error: 'FcConfigSubstitute' was not declared in this scope
    font.c:396: error: 'FcDefaultSubstitute' was not declared in this scope
    font.c:397: error: 'FcFontSet' was not declared in this scope
    font.c:397: error: 'fontset' was not declared in this scope
    font.c:397: error: 'FcFalse' was not declared in this scope
    font.c:397: error: 'FcFontSort' was not declared in this scope
    font.c:400: error: 'FcBool' was not declared in this scope
    font.c:400: error: expected `;' before 'scalable'
    font.c:401: error: 'scalable' was not declared in this scope
    font.c:401: error: 'FcPatternGetBool' was not declared in this scope
    font.c:403: error: 's' was not declared in this scope
    font.c:404: error: 'FC_FILE' was not declared in this scope
    font.c:404: error: 'FcPatternGetString' was not declared in this scope
    font.c:409: error: 'FcFontSetDestroy' was not declared in this scope
    font.c:413: error: 'FcPatternDestroy' was not declared in this scope
    font.c:415: error: 'FcFini' was not declared in this scope
    make: *** [font.o] Fehler 1
    debian:/usr/local/src/VDR#

  • Gibt es für softdevice 4.0 einen Patch für den VDR 1.5.12? Nach langer Zeit wollte ich mal wieder den Compiler anwerfen, aber durch die OSD Änderungen paßt das nicht mehr. Im CVS von softdevice habe ich erstmal nichts konkretes gefunden und in der Forumsuche gabs auch nichts passendes. Aber ich kann mir nicht vorstellen, dass ich der einzige bin der softdevice und vdr 1.5.12 verwenden will.

  • Bin erst kürzlich auf 1.5.12 umgestiegen (Gen2VDR V2) und habe das Problem, dass die Eingestellte Schriftgröße im Menü: Einstellungen - OSD nach einem Neustart nicht verwendet werden. Anbei zwei verkleinerte Bilder:


    1. Schriftgröße eingestellt und mit OK gespeichert:
    [Blockierte Grafik: http://vdr.blochberger.de/images/vdradmin.pl2.jpg]


    2. Das Ergebniss nach einem VDR-Neustart:
    [Blockierte Grafik: http://vdr.blochberger.de/images/vdradmin.jpg]

Jetzt mitmachen!

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