TV HEADEND

  • hi,


    i need a actualy version of tvheadend on my OMV System.


    i`m a small linux noob, so that i need held


    perhaps anyone can post me a guide to install OMV.


    thx

    Server:
    BitFenix Phenom M - ASRock B75 Pro3-M - 8GB Crucial B.S. - Intel G2140 - Corsair CX430M - 1x 64GB SanDisk SDSSDP (system) - 2x 2TB WD20EARX (data) - 1x 3TB WD30EFRX (Snapraid) - TBS6981 DVB-S2 - OMV 0.5x

  • what is the latest version on gitgub?


    this dont work


    Code
    wget https://github.com/downloads/tvheadend/tvheadend/tvheadend-3.4.27.tar.gz

    Server:
    BitFenix Phenom M - ASRock B75 Pro3-M - 8GB Crucial B.S. - Intel G2140 - Corsair CX430M - 1x 64GB SanDisk SDSSDP (system) - 2x 2TB WD20EARX (data) - 1x 3TB WD30EFRX (Snapraid) - TBS6981 DVB-S2 - OMV 0.5x

  • installed and compiled following on squeeze and omv5.x
    assuming you have 64bits (amd64), tvheadend user ( and root) :


    ROOT:
    ---
    export CONCURRENCY_LEVEL=5; # Depends on cores found in " lscpu |grep CPU " +1


    apt-get update
    apt-get install git pkg-config libcurl4-gnutls-dev libssl-dev libavahi-client-dev


    cd /tmp
    wget http://www.tortall.net/project…eleases/yasm-1.2.0.tar.gz
    tar xzvf yasm-1.2.0.tar.gz
    cd yasm-1.2.0
    ./configure
    make && make install
    make distclean


    cd /tmp
    git clone https://github.com/libav/libav
    cd /tmp/libav
    git checkout release/0.8
    ./configure --enable-shared --disable-static --arch=amd64
    make && make install


    vi /etc/ld.so.conf
    " include /etc/ld.so.conf.d/*.conf /usr/local/lib "
    ldconfig
    # ldconfig -p | grep 53 should show required libraries in /usr/local/lib


    cd /home
    git clone https://github.com/tvheadend/tvheadend.git
    chown -R tvheadend:users /home/tvheadend
    su - tvheadend


    TVHEADEND:
    ---
    export CONCURRENCY_LEVEL=5;


    ./configure --enable-bundle # can also try without bundle but webpage did not work for me
    make


    cd ~/build.linux
    ./tvheadend -C


    http://IP-address:9981

  • Thanks for the instructions but i get here:



    $ make
    CC src/version.o
    CC src/main.o
    In file included from src/main.c:53:
    src/input.h:72: error: redefinition of typedef âtvh_input_tâ
    src/input.h:29: note: previous declaration of âtvh_input_tâ was here
    make: *** [/home/tvheadend/build.linux/src/main.o] Error 1


    and it bails out of the tvheadend make.


    Thoughts, Ideas, Suggestions?

Jetzt mitmachen!

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