Beiträge von Frodo

    VDR developer version 1.2.0pre1 is now available at


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


    The changes since version 1.1.33:


    - Some corrections to the French OSD texts (thanks to Olivier Jacques).
    - Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for
    reporting this problem).
    - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf
    Ahrenberg).
    - Completed the Italian OSD texts (thanks to Antonio Ospite).
    - Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after
    going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one).
    - Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà).
    - Single event timers are now deleted if the recording they are doing is
    deleted before the timer ends.
    - Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
    - Fixed a possible access of invalid file handles in cSIProcessor::Action()
    (thanks to Stefan Huelswitt).


    The DVB driver I am currently using can be found at


    ftp://ftp.cadsoft.de/vdr/Devel…ux-dvb.2003-05-24.tar.bz2


    which is the CVS 'HEAD' version from 2003-05-24, made available as a complete archive for your convenience. Of course, you can also use any newer version from the CVS.


    As you can see from the version number I'm hoping to release the final version 1.2.0 very soon (actually next sunday, June 1, if nothing serious happens until then). Since the only actual changes since version 1.1.33 were pretty local and self contained, I'm still confident about this.


    Have fun!


    Klaus Schmidinger

    Hi,


    ich habe ein Alphacrypt 1.10 im 3,5" CI soweit ich mich noch erinnern kann V1.6 am laufen.
    An einer Nexus-s V2.1 funktioniert das ganze Problemlos. Mit einer dvb-s V1.3 von Siemens funktionierte das Alphacrypt nicht.
    Erst mit den aktuellen Treibern funktioniert der CAM Support zufrieden stellend. Die alten Treiber unterstützen kein Alphacrypt dort geht nur das Irdeto AllCam 4.6 & 4.7.


    Wie ich gerade festgestellt habe ist bei mir unter Suse 7.3 fam bereits installiert.
    Bei mir wird die Aufnahmen-Liste alphabetisch sortiert.
    Die Aufnamen werden bei mir direkt angezeigt ohne zeitliche Verzögerung. Ich habe bei mir 2 dvb-s Karten im System (Siemens 1.3 und Hauppauge 2.1)

    Ich habe zumindest das FAM diff mitinstalliert da das ja im mega.diff drinn ist. Zusätzliche Software habe ich nicht installiert.


    Mit dem mega.diff gibt es unter /var/adm/warn diverse Eintragungen wegen einer bereits benutzten recording.c.


    Da ich zuvor alle patches ausser fam.diff installiert hattre und diese Warnung bis da nicht vorhanden war füre ich dies auf fam.diff zurück.


    Ich kann mich da aber auch irren.

    Zitat

    Original von mentox
    hi


    was bringt einem dieses FAM?


    habe das nicht ganz kappiert.


    FAM soll die Anzeige der gespeicherten Aufnahmen beschleunigen.


    Ich konnte zwar mit dem mega.diff nicht feststellen das irgendetwas nicht funktioniert.
    Aber scheinbar hat der FAM.diff noch einen BUG da im syslog warnings erscheinen die ohne fam nicht dort sind.

    Das glaube ich nicht da es durchaus sein kann das ein /usr/local/src/VDR/svdrpsend.pl chan zu spät kommt.
    Da ist es doch besser wenn man das shutdownskript um eine Prüfung erweitert.

    VDR developer version 1.1.32 is now available at


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.1.32.tar.bz2


    The changes since version 1.1.31:


    - Removed a faulty parameter initialization in menu.c (thanks to Lauri Tischler for
    reporting this one).
    - Re-implemented the WaitForPut/WaitForGet stuff in cRingBuffer, since some plugins
    actually need this. By default the buffer does not wait; if a plugin needs the
    waiting functionality it can call the new SetTimeouts() function.
    - Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets
    called before trying to learn the keys (problem reported by Oliver Endriss).
    - No longer starting the editing process if no marks have been set (thanks to
    Matthias Raus for reporting this one).
    - Added Catalanian language texts (thanks to Marc Rovira Vall and Ramon Roca).
    Plugin authors may want to add the new entries to their I18N texts and contact
    the translators to have their texts translated. Note that there are now 16
    different OSD languages, so please make sure you have 16 versions for each of
    your texts.
    - Moved the detection of a broken video data stream from the cDevice into the
    cRecorder to avoid problems with cReceivers that want to receive from PIDs
    that are currently not transmitting (thanks to Marcel Wiesweg for reporting
    this one).
    - Fixed setting the locking pid after a timed wait (thanks to Andreas Schultz).
    - Avoiding spurious section filter settings after a channel switch.
    - Updated 'channels.conf.cable' (thanks to Stefan Hußfeldt).
    - Fixed reading 'epg.data' for channels with non-zero RID (thanks to Oliver
    Endriss for reporting this one).
    - Fixed EPG bugfix statistics to avoid log entires for undefined channels (thanks
    to Lars Bläser for reporting this one).
    - No longer waiting inside cIndexFile::CatchUp() to avoid shortly blocking replay
    at the end of a recording.


    Since I want to release the final version 1.2.0 pretty soon (first week of June, if possible) I am not going to add any more new features. Until 1.2.0 only bugfixes will be done. There may still be some unfixed bugs that have already been reported, but maybe have been buried in my inbox under hundreds of other messages. This mostly happens if somebody sends a bug report as a reply to the release note (like the message you are currently reading), or without a descriptive subject.


    So, if there are any serious bugs that you think should be fixed before version 1.2.0, please report them in a separate message with a descriptive subject.


    Have fun!


    Klaus Schmidinger

    Erster Erfahrungsbericht:


    Das mp3 Plugin funktioniert nicht:

    Code
    make[1]: Entering directory `/usr/local/src/vdr-1.1.31.patch/PLUGINS/src/mp3-0.7.13'
    g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -DHAVE_VORBISFILE -DHAVE_BEAUTYPATCH -I../../../include -I../../../../DVB/include network.c
    network.c: In method `void cNet::Action()':
    network.c:370: implicit declaration of function `int EnableGet(...)'
    make[1]: *** [network.o] Error 1
    make[1]: Leaving directory `/usr/local/src/vdr-1.1.31.patch/PLUGINS/src/mp3-0.7.13'


    Folgende PLUGINS lassen sich fehlerfrei kompilieren:
    libvdr-games.so.1.1.31
    libvdr-osdteletext.so.1.1.31
    libvdr-tvtv.so.1.1.31
    libvdr-stream.so.1.1.31
    libvdr-vcd.so.1.1.31
    libvdr-dvd.so.1.1.31
    libvdr-teletext.so.1.1.31
    libvdr-vdrcd.so.1.1.31
    Incl. ElchiOSD Patch.

    @all
    Zur Zeit ist der autopid Patch noch zu instabil.
    Ich habe dennoch eine Frage muß ich das Plugin scanner mit vdr -P scanner laden damit alles Funktioniert ?


    Mir ist es leider nicht gelungen Kanäle auszuwählen die durch scannen der Portalseiten in die channels.conf eingetragen wurden.


    Nach Auswahl des Kanals z.B. Cockpit kommt kein Bild und nach umschalten auf einen anderen Kanal stürzt der vdr ab mit arm Crash oder anderen Merkwürdigkeiten.


    Ist es nicht möglich das autopid lediglich als plugin zu realisieren da es doch zu viellen Fehlern im zusammenspiel zwischen vdr und den patches kommt.


    Bzw. gibt es eine Beschreibung welche Patches mit autopid funktionieren und welche Reihenfolge der Patches eingehalten werden muß.


    Bei mir wird der Elchi Patch verwendet muß dieser vorher oder nachher ausgeführt werden?

    @all
    Bisher habe ich keine Probleme mit der 1.1.30 feststellen können.
    Alle von mir eingesetzten plugins die mit 1.1.29 laufen incl Elchi Patch funktionieren auch mit 1.1.30.
    Das Umschalten bei verschlüsselten Programmen scheint etwas schneller zu gehen.


    memed
    Wenn niemand die neuen Versionen testet bekommen wir nie eine stabile Release 1.2.0

    Neues aus der ML
    ------------------------
    Hello!


    Here is a new version of the osdteletext plugin.
    This release mainly adds support for users with a DXR3 or similar as a primary
    device.


    Download it from http://www.wiesweg-online.de/l…vdr-osdteletext-0.3.1.tgz


    Changelog since 0.3:
    - added support for DXR3 systems. Patches contributed by Kai Moeller
    and Sascha Volkenandt, thanks to them.
    - the "0" if pressed as first digit now switches between current
    and last page (as VDR does it with channels)
    - fixed autosuspend thread




    Have fun!
    Marcel

    dimitri,


    danke für den Tip, es war gestern schon spät.


    Leider funktioniert das mit dem Xvfb nicht richtig.
    ds.jar läuft scheinbar fehlerfrei durch (keine java warnungs oder errors), liefert dann aber nicht die Ausgabe Dateien.



    mplex bricht dann ab da Ihm der Input fehlt.


    Merkwürdigerweise funktioniert das ganze wenn man das Skript dvd.sh an der Kommandzeile ausführt.

    Hallo,


    ich habe mal das Umwandeln von vdr nach DVD automatisiert.


    /usr/local/bin/dvd.sh


    /usr/local/bin/tosdvd.sh

    Bash
    #!/bin/bash
    
    
    nice -n 19 /usr/local/bin/dvd.sh


    Änderung in der commands.conf:


    Code
    DVD-Konvertierung starten           : if [ `ps -ef | grep -e "/dvd.sh"| grep -c -v grep` -eq 0 ];then at now -f /usr/local/bin/tosdvd.sh && echo "conversion gestartet";else echo "Läuft schon";fi
    status dvd conversion               : [ -f /data1/dvd/status ] && cat  data1/dvd/status; [ -f /data1/dvd/TOSDVD.log ] && cat  data1/dvd/TOSDVD.log |tr "\r" "\n"|tail -1


    Die Pfade sind natürlich den eigenen Gegebenheiten anzupassen. Bei mir werden die DVD Images unter /data1/dvd abgelegt. Es wird keine DVD gebrannt da ich kein Brenner im VDR habe. Der Name des Images wird aus dem VDR Namen generiert. Als Grundgerüst habe ich die Skripte zur Umwandlung nach SVCDs genommen. :D


    Ein Problem gibt es hierbei das ich bisher nich lösen konnte beim starten des Ganzen gibt es Probleme mit dem Java Applett ds.jar. Da dies mit meinen Skripten scheinbar nicht ausgeführt werden kann vielleicht hat da jemand eine Idee. ?( X-Window ist gestartet.


    Code
    at java.awt.Frame.<init>(Frame.java:363)
            at javax.swing.JFrame.<init>(JFrame.java:154)
            at SubPicture.<init>(SubPicture.java:14)
            at ds.<init>(ds.java:87)
            at ds.main(ds.java:3018)
       INFO: [mplex] mplex version 2.2.1 ($Date: 2002/02/04 19:06:14 $)
    **ERROR: [mplex] Unable to open file /data1/dvd/tmp/vdralltemp.mpv for reading.
    can not remove old /data1/dvd/tmp/vdralltemp.mp2
    mv: cannot stat `/data1/dvd/homedvd.img': No such file or directory


    Anmerkung: dvd.sh direkt auf der Kommandozeile aufgerufen funktioniert problemlos.