Das ist ein wichtiges Thema.
X
X

Anleitung VDR Image erstellen

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • officiallyme
    Erfahrene Benutzer
    • 08.05.2008
    • 11380

    #31
    das einfachste ist, du kopierst den ordner release irgendwohin und kopierst dann alle release_vdr dateien dort rein. hast zwar dann auch einiges unnötiges dabei, aber das ist zunächst egal, bis das make script entsprechend angepasst wurd.
    -= Kathi 910 =-
    13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
    Smargo SmartReader Plus

    -= =-

    Kommentar

    • Der Krieger
      Special VIP
      • 30.12.2007
      • 1765

      #32
      danke dir. ich werde es mal austesten. irgendwie stürzen sich hier alle aufs neutrino. da ichs gerne bunt mag und mich jahrelang mit meinen dboxen herumgeschlagen hab, hoffe ich, dass sich auch ein paar fürs vdr begeistern können.

      Kommentar


      • #33
        RE: Anleitung VDR Image erstellen

        Erstmal Hallo in die Runde!

        Original von Sofatester
        Was ihr zur Erstellung der Images braucht:

        - Linux System mit Internetzugang

        Wer eine andere Distribution benützen möchten muss folgende Pakete von Hand nachinstallieren:
        Für Debian (Lenny ohne GUI) habe ich folgendes installiert damit der Build läuft - Build habe ich erzeugt für yaud-enigma2 und yaud-vdr:
        Code:
        apt-get install build-essential
        apt-get install git ccache rpm make automake automake1.9 autoconf patch
        apt-get install gcc cpp tar bzip2 gzip libncurses5-dev
        apt-get install flex bison gawk texinfo gettext e2fslibs-dev  doc-base cfv
        apt-get install fakeroot xfslibs-dev zlib1g-dev libtool g++ swig pkg-config gettext-el
        apt-get install git git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb

        Grüße,
        expected

        Kommentar

        • fritzle
          Benutzer
          • 21.02.2009
          • 71

          #34
          VDR developer version 1.7.11

          Frisch aus der Mailingliste:

          VDR developer version 1.7.11 is now available at

          ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.11.tar.bz2

          A 'diff' against the previous version is available at

          ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.10-1.7.11.diff



          WARNING:
          ========

          This is a developer version. Even though I use it in my productive
          environment. I strongly recommend that you only use it under controlled
          conditions and for testing and debugging.


          The changes since version 1.7.10:

          - Fixed resetting the file size when regenerating the index file.
          - The new function cDevice::PatPmtParser() can be used in derived devices to access
          the PAT/PMT of the currently replayed material.
          - Updated the Italian OSD texts (thanks to Diego Pierotto).
          - The PCR pid in generated PMTs is now set to 0x1FFF ("no PCR pid") in
          cPatPmtGenerator::GeneratePmt(), because VDR doesn't record the PCR pid.
          - Updated the Estonian OSD texts (thanks to Arthur Konovalov).
          - The 'sky' plugin is no longer part of the VDR source.
          - Improved SPU handling on devices with limited OSD capabilities (thanks to
          Matthieu Castet).
          - Several code modifications to avoid compiler warnings (thanks to Winfried Ko"hler).
          - Added stream type 11172 AUDIO to cPatPmtParser::ParsePmt() (thanks to Johann
          Friedrichs).
          - Removed debug output of '-' from cTransfer::Receive().
          - Added defines for large files to the 'newplugin' script (reported by Udo Richter).
          - Removed the workaround for short channel names of "Kabel Deutschland", because
          apparently they now have their data according to the DVB standard (thanks to
          Johann Friedrichs).
          - Some fixes to dvbspu.[hc] (thanks to Johann Friedrichs).
          - Fixed a busy loop when moving editing marks (thanks to Johann Friedrichs).
          - Updated sources.conf (thanks to Derek Kelly).
          - Modified cCharSetConv so that it can be used to convert from "whatever VDR uses"
          to a given code (thanks to Joachim Wilke).
          - Channel names containing commas are now handled correctly in channels.conf.
          If a channel's short name contains a comma, it is replaced with a '.'.
          - cDevice now logs the device number when a new device is created.
          - Fixed handling STREAMTYPE_11172_AUDIO in cPatPmtParser::ParsePmt().
          - cParsePatPmt now has functions to retrieve the audio, dolby and subtitle pids.
          - cPatFilter::Process() now only stores CA descriptors for video and audio pids
          (thanks to Francesco Saverio Schiavarelli for reporting a problem with channels
          that have some encrypted components that VDR doesn't use).
          - cDevice::AddPid() now stores the stream type of the given pid (thanks to Andreas
          Regel).
          - Added cFont::FontName() and cFont::Size() (thanks to Andreas Regel).
          - cPatPmtParser now also stores the audio stream types.
          - The support for full featured DVB cards of the TT/FuSi design has been moved
          into the new plugin 'dvbsddevice'. On systems that use such a card as their
          primary device, this plugin now needs to be loaded when running VDR in order
          to view live or recorded video. If the plugin is not loaded, the card will
          be treated like a budget DVB card, and there will be no OSD or viewing
          capability.
          - Fixed handling the "CA PMT" generation (revised a change not mentioned in version
          1.7.9's changes, which caused a malfunction with Conax and Viaccess CAMs).
          - Fixed stopping subtitle display when switching the primary device (thanks to
          Anssi Hannula).
          IMPORTANT NOTE TO PLUGIN AUTHORS: a plugin that implements a derived cDevice
          class that can replay video must now call the MakePrimaryDevice() function of
          its base class.
          - Fixed compiler warnings "format not a string literal and no format arguments"
          in some syslog calls (thanks to Rolf Ahrenberg).
          - The new command line options --edit and --genindex can be used to edit a
          recording or generate its index without actually starting the entire VDR
          (based on a patch from Helmut Auer).
          - Improved the description of the transponder parameters in vdr.5 (thanks to
          Winfried Ko"hler).
          - Avoiding setting the video stream type to 2 if the vpid is 0 (problem reported
          by Arthur Konovalov).
          - Implemented handling the "Content Descriptor" (based on a patch from Rolf
          Ahrenberg). The 'classic', 'sttng' and 'curses' skins display the textual
          representation of the content descriptors as "genre". The epg.data file stores
          the genre using the tag character 'G'.
          - Implemented handling the "Parental Rating Descriptor" (based on a patch from Rolf
          Ahrenberg). The 'classic', 'sttng' and 'curses' skins display the parental
          rating (if given) in their event displays. The epg.data file stores
          the parental rating using the tag character 'R'.
          IMPORTANT NOTE: if VDR doesn't display a parental rating, this does not
          necessarily mean that the given programme is suitable for all audiences!
          - Rearranged cEvent members to minimize memory waste.
          - After a CLRE command, no further EPG processing is now done for 10 seconds,
          so that data sent with subsequent PUTE commands doesn't interfere with data
          from the broadcasters (suggested by Helmut Auer).
          - Added support for DVB cards with multiple fontends. Note that this only
          works for DVB cards where each frontend can be used independently of all
          the others on the same adapter.
          - Fixed plugin arguments corruption with glibc 2.11 on x86_64 (thanks to
          Anssi Hannula).

          Have fun!

          Klaus
          Tschüss

          Fritzle

          Kommentar

          • Direktor21
            Neuer Benutzer
            • 09.03.2009
            • 33

            #35
            Hallo.hat jemand ne ahnung wie man DiseqC ins VDR einbaut und die Sendersuchlauffunktion ?
            Habe heute wieder neu gebaut.Bild und ton sind OK.Da ich eine anlage mit 8 LNBs habe möchte ich mal die diseqC funktion testen
            MFG Direktor21

            Kommentar


            • #36
              Der VDR steuert Diseqc über die diseqc.conf, im Beispiel ist Astra 19,2 und 28,2 aktiv:
              Code:
              S19.2E  11700 V   9750 t v W15 [E0 10 38 F0] W15 A W15 t
              S19.2E  99999 V  10600 t v W15 [E0 10 38 F1] W15 A W15 T
              S19.2E  11700 H   9750 t V W15 [E0 10 38 F2] W15 A W15 t
              S19.2E  99999 H  10600 t V W15 [E0 10 38 F3] W15 A W15 T
              #S13.0E  11700 V   9750 t v W15 [E0 10 38 F4] W15 B W15 t
              #S13.0E  99999 V  10600 t v W15 [E0 10 38 F5] W15 B W15 T
              #S13.0E  11700 H   9750 t V W15 [E0 10 38 F6] W15 B W15 t
              #S13.0E  99999 H  10600 t V W15 [E0 10 38 F7] W15 B W15 T
              S28.2E  11700 V   9750 t v W15 [E0 10 38 F4] W15 B W15 t
              S28.2E  99999 V  10600 t v W15 [E0 10 38 F5] W15 B W15 T
              S28.2E  11700 H   9750 t V W15 [E0 10 38 F6] W15 B W15 t
              S28.2E  99999 H  10600 t V W15 [E0 10 38 F7] W15 B W15 T
              Diese befindet sich üblicherweise im selben Verzeichnis vie alle anderen Konfugurationsverzeichnisse des VDR in der Regel ist es /etc/vdr oder /var/lib/vdr .

              Eine Kanalsuche wird beim VDR als Plugin realisiert, im Normalfall wird das aber nicht benötigt da der VDR selbst neue Kanäle oder Änderungen erkennt und diese hinzufügt. Da man aber zum Loslegen eine komplette channels.conf haben sollte bietet sich an diese aus dem Internet zu laden.
              Infos gibt es hier: Editiert von Thomas4711
              oder fertige Konfigurationsdateien findest du hier: Editiert von Thomas4711

              Kommentar

              • Thomas4711
                Erfahrene Benutzer
                • 14.08.2009
                • 37672

                #37
                Bitte keine offenen Links
                ---------------------------

                et10000; D-Cube R2; Prismcube Ruby; Venton HD1; Mara M9 u.a.m mit OpenATV 4.1
                Astra 19,2 und 28,2 an Atemio Multischalter Premium-Line 9/20
                Ligawo HDMI Matrix 4x2 - Multifunction per spdif an LG NB3530A 2.1 Soundbar

                Kommentar

                • a.e.j.
                  Moderator
                  • 07.12.2008
                  • 3019

                  #38
                  Original von frodo
                  befindet sich üblicherweise im selben Verzeichnis vie alle anderen Konfugurationsverzeichnisse des VDR in der Regel ist es /etc/vdr oder /var/lib/vdr .
                  also die ordner gibts bei mir nicht also wenn mir jemand sagen könnte wo die diseqc.conf hin kommt wäre toll
                  UFS-910 120GB, UFS-912, UFS-913, UFS-922 500GB
                  Philips LCD 42", Qnap TS-219P+, DNS-320
                  Ariva 100E ,1x Dbox


                  sigpic

                  Kommentar

                  • schr@@tel
                    Erfahrene Benutzer
                    • 11.02.2008
                    • 211

                    #39
                    Das liegt unter /var/vdr oder beim openwrt unter /etc/vdr.

                    Kommentar


                    • #40
                      Wie installieren (Gelöst)

                      Hallo,

                      vielleich bin ich ja bischen blöd, vielleicht hab ich es auch nur übersehen. Wie installiere ich denn so ein Image auf dem TF? Ich habe mal auf einem USB-Stick, der für die Installation von Emigma2 vorbereitet war, einfach rootfs.tar.gz ausgetauscht, also das komplette vdr-git Image umbenannt.

                      Die Installation ist auch gelaufen, der TF hat gebootet aber dann passieren 2 Dinge, die nicht so richtig sein können:

                      - VDR meldet "/dev/input/event1" illegal seek
                      - Nach ein paar Sekunden bleibt das Fernsehbild einfach stehen.

                      Die Box läuft noch, ich kann sie weiterhin per telnet erreichen, aber vdr mag nicht mehr.

                      Was mache ich falsch?

                      Falk

                      PS: Ich habe VDR zum Laufen bekommen. Sorry für die voreilige Frage.

                      Kommentar

                      • ragan62
                        Erfahrene Benutzer
                        • 17.10.2009
                        • 322

                        #41
                        RE: Wie installieren (Gelöst)

                        Original von falks
                        - VDR meldet "/dev/input/event1" illegal seek
                        - Nach ein paar Sekunden bleibt das Fernsehbild einfach stehen.

                        P.S. Ich habe VDR zum Laufen bekommen. Sorry für die voreilige Frage.

                        Vielleicht interessiert es jemanden (z.B.: mich), wie es geht?

                        ragan62
                        TF 7700HDPVR, Don´t Cry-Image; PINGULUX, Spark mit ILTV; ARIVA 102E HD

                        sigpic

                        Kommentar

                        • fritzle
                          Benutzer
                          • 21.02.2009
                          • 71

                          #42
                          Hi,

                          ich würde gerne auch mal länger als ein paar Sekunden TV sehen :-)

                          Tschüss

                          Fritzle

                          Kommentar

                          • schr@@tel
                            Erfahrene Benutzer
                            • 11.02.2008
                            • 211

                            #43
                            Für längeren VDR-Genuss auf der ufs910 würde ich openwrt auschecken und das devdr damit bauen. Wenn Du noch viel Swap aktivierst, so word es damit laufen. Wenn Du keinen Swap nehmen willst, so muss der Start vom text limitiert werden (mit -n oder --max-cache=<NUM>)

                            Das rennt wunderschön.

                            Kommentar


                            • #44
                              RE: Wie installieren (Gelöst)

                              Original von ragan62
                              Original von falks
                              - VDR meldet "/dev/input/event1" illegal seek
                              - Nach ein paar Sekunden bleibt das Fernsehbild einfach stehen.

                              P.S. Ich habe VDR zum Laufen bekommen. Sorry für die voreilige Frage.

                              Vielleicht interessiert es jemanden (z.B.: mich), wie es geht?

                              ragan62
                              Ich habe die kompletten Sourcen aus dem git ausgecheckt und das Paket komplett selbst gebaut (nach der Anleitung am Anfang dieses Threads). Damit lief es dann zu meiner Überraschung. Allerdings gibt es wohl Probleme mit HD - Sendern. Sobald ich ARD oder ZDF HD einstelle, hängt VDR sich weg. Dafür habe ich keine Lösung gefunden.

                              Da mir VDR auf der Box (ich habe einen TF7700) zu instabil war, bin ich auf Enigma2 gewechselt.

                              Falk

                              Kommentar

                              • fritzle
                                Benutzer
                                • 21.02.2009
                                • 71

                                #45
                                Hi,

                                hat einer der fachkundigen „opennwrt-VDR“ Experten, der ein aktuelles und
                                funktionierendes USB-Image besitzt, Lust und Laune das irgendwo im Netz
                                hochzuladen um es der Allgemeinheit zur Verfügung zu stellen? :-)

                                Tschüss

                                Fritzle

                                Kommentar

                                Nicht konfiguriertes PHP-Modul

                                Einklappen

                                Anleitung VDR Image erstellen

                                Einklappen
                                Lädt...
                                X