Ergebnis 1 bis 10 von 130

Baum-Darstellung

  1. #1
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts

    Pfeil Audioniek git Tvheadend

    Im testing this way to stream over house
    but i found some problems
    and some solutions

    First ting with I do is to install clean Ubuntu 14.04 x64
    and to clone Audioniek git

    Code:
    sudo -i 
    pass: ******
    cd /opt
    git clone https://github.com/Audioniek/StartHere.git
    cd StartHere
    ./prepare4cdk.sh
    ./start.sh
    maby first problem with I see is missing dependency of "zip"
    there is maby more but never mind

    Code:
    cd StartHere/cdk
    ./make.sh
    there is a simple GCLI to select what to be done

    here is some problemsin this situation :
    first its not check for sub projects git updates
    second there is no selection for multiple tuners
    / for example my Octagon Sf1028p have 2 tuners but only first available /
    third debuging if it off rcS search debugging modules and receiver stop with message "Load 6"
    https://www.youtube.com/watch?v=klKV39Lgt1A
    if section comented no problem possible solution "IF THEN ELSE" to search for file named debugging else to skip section
    Code:
    echo "Init embx (LOAD 6)"echo "Load 6" > /dev/vfd
    # insmod $MODDIR/embxshell.ko
    # insmod $MODDIR/embxmailbox.ko mailbox0=0xfe211000:136:set2 mailbox1=0xfe212000:0
    # insmod $MODDIR/embxshm.ko mailbox0=shm:0:7:0x60000000:0:256:256:0:512:0x40000000:0x10000000
    # insmod $MODDIR/mme_host.ko transport0=shm
    four there is not a option to select time zone

    video.elf and audio.elf must be taken from current stb image
    and put in
    cdk/root/boot/
    where they must be named

    audio_7100.elf
    audio_7105.elf
    audio_7109.elf
    audio_7111.elf
    audio.elf


    video_7100.elf
    video_7105.elf
    video_7109.elf
    video_7111.elf
    video.elf
    some optional features
    VFD can show live clock at less
    text menu on TV screen
    Geändert von Saentist (15.02.2016 um 00:00 Uhr)

  2. The Following User Says Thank You to Saentist For This Useful Post:



Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •