HDHomerun (Network DVBT Tuner)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • HDHomerun (Network DVBT Tuner)

      Hallo
      HD Home Run ist ein phantastischerDVB-T Netzwerk Tuner angefart von Silicondust firma .

      Es gibt einen Linux Driver fûr HD Homerun commercial link not allowed

      Ich möchte dieses DVB-T Gerät im Bild vti integrieret gern haben

      Kann die VTI Team (oder andere expert) mächt diese werk ?

      Anshuldigung für mein deutsche spräche

      Vielen Dank

      edit:keine werbung ausser unser Sponsor

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von tonskidutch ()

    • RE: HDHomerun (Network DVBT Tuner)

      Entschuldigen Sie ich aber mein post ist keine werbung.

      Ich bin nür ein benutzer von disem product.
      Das Link war nür fur zeigen was is gezagt uber Linux Benutzung

      Ich verstehe jedoch ihren regeln

      Kann Ich nür die Web page InHalt Abschreiben:
      #######################################
      Linux

      HDHomerun Sofware
      - libhdhomrun (source)
      - HDHomeRun Config (GTK) (source)

      HDHomeRun Config (GTK) instructions

      1. Extract both libhdhomrun an hdhomerun_config_gui to the same directory .e.g.
      directory/libhdhomerun
      directory/hdhomerun_config gui

      2. from the hdhomerun_config_gui directory run:

      ./configure
      make
      sudo make install

      Troubleshooting

      During the ./configure step, if you receive an error about gtk+2.0 not being installed, youy will need to install it using your distribution's package managemnt system. On most Debian based distributuions, including Ubuntu, use the following command

      sudo apt-get install libgtk2.0-dev

      if you receive an error stating hdhomerun_config_gui: error while loading shared libraries: libhdhomrun.so: cannot open shared object file: No such file or directory when attemptin to run hdhomerun_config_gui. run the following:

      sudo ldconfig

      ################################################



      Danke


      Es gibt also diese information uber souceforge website
      ------------------------------------------------------------------------------------

      What is This?

      A linux DVB driver for the HDHomeRun (silicondust.com).

      What can the driver do?

      Make the HDHomeRun work as any other DVB device under linux. Use the HDHomeRun with Tvheadend, Kaffeine, the various dvb command line tools, Mythtv (as a DVB device) etc.

      How Does it Work?

      The driver consists of two parts:
      •A user space application "userhdhomerun".
      •A kernel driver "dvb_hdhomerun".

      The user space application "userhdhomerun" uses the LGPL library provided by SiliconDust. The library provides functionality to setup the HDHomeRun, change channels, setup PID filtering, get signal quality and so on. The result is UDP stream(s) from the HDHomeRun containing MPEG transport stream(s) with the selected channels (PIDs).

      The user space application connects to the kernel driver "dvb_hdhomerun" and receives all its instructions from there.

      The kernel driver "dvb_hdhomerun" is just a small skeleton driver. Its sole purpose is to forward the various requests from dvb applications (Kaffeine, Tvheadend etc.) to userhdhomerun which them handles them. Essentially the requests boils down to PID filtering, start/stop streams and signal quality requests.

      The kernel driver creates /dev/dvb/adapterX/xyz devices via the linux DVB subsystem (linuxtv.org). One adapter per tuner is created, a dual tuner HDHomeRun will thus create two adapters.

      The kernel driver also creates the following devices:
      •One /dev/hdhomerun_control device (which userhdhomerun connects to in order to receive requests forwarded from the kernel driver from dvb

      applications).
      •One or more /dev/hdhomerun_dataX device(s) (one device per adapter. The userhdhomerun connects to these to feed the MPEG transport

      stream(s) from the HDHomeRun to the kernel driver. The kernel driver then sends the MPEG transport stream to the DVB subsystem and via that to the dvb applications (Kaffeine etc).

      Download

      Ubuntu Packages

      Ubuntu Packages for 10.04, 10.10, 11.04 and 11.10. are now available via launchpad.net/~tfylliv/+archive/dvbhdhomerun.

      Instructions for installing the Ubuntu packages here.

      Source Code

      Find the source code on the sourceforge page for this project: sourceforge.net/projects/dvbhdhomerun/files/

      Or via CVS:

      sudo apt-get install cvs

      cvs -z3 -d:pserver:anonymous@dvbhdhomerun.cvs.sourceforge.net:/cvsroot/dvbhdhomerun co -P dvbhdhomerun

      Building

      See the Building page (Ubuntu, Debian, Fedora, S2-Liplianin).

      Testing

      So far the above has been tested with DVB-C, DVB-T and ATSC HDHomeRun's. HDHomeRun Prime works too, but only with 2 tuners with the current code base.

      Has been compiled and run under Ubuntu 9.04 though to 11.10. Debian Lenny/Squeeze. Fedora 14.

      See the Testing page for various things you can do to test the functionality.

      FAQ

      See the FAQ
      ----------------------------------------------------------------------------------------

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von Facel ()