Seite 1 von 50 12311 ... LetzteLetzte
Ergebnis 1 bis 10 von 491
  1. #1
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke

    Bootvideo"Permission denied"Testing problem.

    Hallo Freunde hier lasse ich ein Logfile einige kann mir helfen.
    einem Bootlog über die serielle Schnittstelle.



    Code:
    cat: can't open '/etc/videomode': No such file or directory
    found /usr/share/bootlogo.mvi
    [VID]: VIDEO_SET_STREAMTYPE 0
    [VID]: VIDEO_SELECT_SOURCE 1  0
    [VID]: VIDEO_PLAY 1  2 0
    bootvideo found @
    [VID]: VIDEO_CONTINUE 1  1
    [VID]: VIDEO_CLEAR_BUFFER 1  1 0
    /etc/init.d/bootvideo: line 25: /usr/bin/eplayer5: Permission denied
    [VID]: VIDEO_STOP 0  1
    [VID]: VIDEO_SELECT_SOURCE 0  0
    ALSA: Restoring mixer settings...
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.all.rp_filter = 1
    vm.dirty_writeback_centisecs = 300
    vm.dirty_background_ratio = 1
    vm.min_free_kbytes = 8192
    vm.dirty_ratio = 60
    vm.swappiness = 30

    /etc/init.d/bootvideo: line 25: /usr/bin/eplayer5: Permission denied.

    Ich änderte die Einstellungen aber immer noch die gleichen...

    Code:
    if [ -f /usr/share/bootvideo.* ]; then
        BOOTVIDEO=/usr/share/`ls /usr/share/ | grep bootvideo*`
    fi
    if [ -f /media/hdd/bootvideo.* ]; then
        BOOTVIDEO=/media/hdd/`ls /media/hdd/ | grep bootvideo*`
    fi
    if [ -f /media/usb/bootvideo.* ]; then
        BOOTVIDEO=/media/usb/`ls /media/usb/ | grep bootvideo*`
    fi
    
    if [ -f /usr/share/bootvideo.* ] || [ -f /hdd/bootvideo.* ]; then
        echo bootvideo found @ $BOOTVIDEO
        if [ "$(grep config.audio.volume /etc/enigma2/settings)" ]; then
            vol=`grep config.audio.volume /etc/enigma2/settings | cut -d"=" -f2`
        else
            vol=30
        fi
        voldb=$((63-vol*63/100))
        if [ -e /proc/stb/avs/0/volume ]; then
            echo $voldb > /proc/stb/avs/0/volume
        fi
        #(sleep 25; killall gst-launch) & 
        #gst-launch playbin2 uri=file://$BOOTVIDEO &
        (sleep 12; killall eplayer5) &
        /usr/bin/eplayer5 $BOOTVIDEO
        else
        echo no bootvideo found show bootlogo
        if [ -x /usr/bin/showiframe ]; then
            if [ -f /etc/enigma2/bootlogo.mvi ]; then
                echo found /etc/enigma2/bootlogo.mvi
                /usr/bin/showiframe /etc/enigma2/bootlogo.mvi
            elif [ -f /usr/share/bootlogo.mvi ]; then
                echo found /usr/share/bootlogo.mvi
                /usr/bin/showiframe /usr/share/bootlogo.mvi
            fi
        fi
    fi




    vielen Dank.
    Angehängte Dateien Angehängte Dateien


  2. Thanks sgs, NotFair bedankten sich
    •   Alt Advertising

       

  3. #2
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    openatv 4.2-eplayer4-bootvideo .(gcc version 4.9.1 (GCC) ) #1 SMP Wed Jun 24 05:01:24 UTC 2015-bootvideo OK


    found /usr/share/bootlogo.mvi
    [VID]: VIDEO_SET_STREAMTYPE 0
    [VID]: VIDEO_SELECT_SOURCE 1 0
    [VID]: VIDEO_PLAY 1 2 0
    [VID]: VIDEO_CONTINUE 1 1
    [VID]: VIDEO_CLEAR_BUFFER 1 1 0
    bootvideo found @ /usr/share/bootvideo.mp4
    [VID]: VIDEO_STOP 0 1
    [VID]: VIDEO_SELECT_SOURCE 0 0
    eplayer4.c >
    File=/usr/share/bootvideo.mp4
    ALSA: Restoring mixer settings...
    URI=file:///usr/share/bootvideo.mp4
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.all.rp_filter = 1
    vm.dirty_writeback_centisecs = 300
    vm.dirty_background_ratio = 1
    vm.min_free_kbytes = 8192
    vm.dirty_ratio = 60
    vm.swappiness = 30
    Angehängte Dateien Angehängte Dateien


  4. Thanks sgs, NotFair bedankten sich
  5. #3
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    openatv 5.3-eplayer5-Multiboot-bootvideo-(gcc version 5.3.0 (GCC) ) #1 SMP Thu Jul 7 14:37:17 CEST 2016-Bootvideo OK.


    Code:
    found /usr/share/bootlogo.mvi
    [VID]: VIDEO_SET_STREAMTYPE 0
    [VID]: VIDEO_SELECT_SOURCE 1  0
    [VID]: VIDEO_PLAY 1  2 0
    [VID]: VIDEO_CONTINUE 1  1
    [VID]: VIDEO_CLEAR_BUFFER 1  1 0
    bootvideo found @ /usr/share/bootvideo.mp4
    mount: mounting ubi0:rootfs on / failed: Invalid argument
    mkdir: can't create directory '/tmp': No such file or directory
    eplayer5.c >
    File=/usr/share/bootvideo.mp4
    [VID]: VIDEO_STOP 0  1
    [VID]: VIDEO_SELECT_SOURCE 0  0
    mkdir: can't create directory '/tmp': No such file or directory
    URI=file:///usr/share/bootvideo.mp4
    Angehängte Dateien Angehängte Dateien


  6. Thanks sgs, NotFair bedankten sich
  7. #4
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    Bootvideo in flash-"eplayer5 Permission denied"-openatv 5.3.20160729-Bootvideo....¡¡¡ solved !!!

    Rewrite the script to adapt the bootvideo eplayer5.

    it works perfectly.......

    Code:
    /etc/init.d/bootvideo: line 15:   212 Terminated              /usr/bin/eplayer5 "/usr/share/bootvideo.mp4" -n
    [VID]: VIDEO_SET_STREAMTYPE 0
    [VID]: VIDEO_SELECT_SOURCE 1  1
    /etc/init.d/bootvideo: line 20: [VID]: VIDEO_PLAY 1  2 0
    ....: command not found
    /etc/init.d/bootvideo: line 22: ...: command not[VID]: VIDEO_CONTINUE 1  1
     found
    [VID]: VIDEO_CLEAR_BUFFER 1  1 0
    [VID]: VIDEO_STOP 0  1
    [VID]: VIDEO_SELECT_SOURCE 0  0
    [AUD]: AUDIO_SET_MUTE 0
    [AUD]: AUDIO_SET_MIXER -1377911312
    [AUD]: AUDIO_SET_MIXER : amixl 0, amixr 0
    [AUD]: AUDIO_SET_MIXER : next left volume -2355, right volume -2355
    [AUD]: AUDIO_SET_MIXER : next left volume -70, right volume -70
    [AUD]: AUDIO_SET_MIXER -1377911312
    [AUD]: AUDIO_SET_MIXER : amixl 32, amixr 32
    [AUD]: AUDIO_SET_MIXER : next left volume -70, right volume -70
    [AUD]: AUDIO_SET_MIXER : next left volume -2355, right volume -2355

    thanks to all..especially captain for his eplayer5.
    Angehängte Dateien Angehängte Dateien


  8. Thanks -, sgs, NotFair bedankten sich
  9. #5
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    @ africatwin.

    testing this bootvideo tell me if it works.....................






    T H A N K Y O U S O M U C H.
    Geändert von MADOSS (23.06.2017 um 00:13 Uhr)


  10. Thanks -, sgs, NotFair bedankten sich
  11. #6
    Senior Mitglied Avatar von africatwin
    Registriert seit
    06.04.2013
    Beiträge
    233
    Thanks (gegeben)
    136
    Thanks (bekommen)
    35
    Total Downloaded
    6,62 MB
    Total Downloaded
    6,62 MB
    ReceiverDanke
    Box 1:
    VU+ Solo4k
     
     
    Box 2:
    AX HD51
     
     
    Box 3:
    AX HD60
     
     
    Hola .....

    i can't see the bootvideo after install per telnet. it is shown me only my installed bootlogo. if i delete the logo, then is the bootscreen only black. sorry, it doesn't work so for Solo4k.
    i can see the bootvideo in usr/share

  12. Thanks MADOSS bedankten sich
  13. #7
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    You have the openatv 5.3 installed?
    I do not have only 4k and I can not verify,Do not any videos apart from this testing work?
    In zero i SOLO 2 if they work in openatv 5.3.


    T H A N K Y O U S O M U C H.


  14. Thanks sgs, NotFair bedankten sich
  15. #8
    Senior Mitglied Avatar von africatwin
    Registriert seit
    06.04.2013
    Beiträge
    233
    Thanks (gegeben)
    136
    Thanks (bekommen)
    35
    Total Downloaded
    6,62 MB
    Total Downloaded
    6,62 MB
    ReceiverDanke
    Box 1:
    VU+ Solo4k
     
     
    Box 2:
    AX HD51
     
     
    Box 3:
    AX HD60
     
     
    Yes OpenATV fresh installed. It's nothing to see of bootvideo at boot. Other Receivers not tested.
    At your first file was only movement missing ...
    Geändert von africatwin (06.09.2016 um 14:17 Uhr)

  16. #9
    Avatar von MADOSS
    Registriert seit
    24.02.2015
    Beiträge
    474
    Thanks (gegeben)
    615
    Thanks (bekommen)
    1220
    Themenstarter
    Total Downloaded
    11,22 MB
    Total Downloaded
    11,22 MB
    ReceiverDanke
    Yes does the bootvideo at startup,in "vti i black hole" not work.different folder structures.
    Thank you very much for your help.
    Geändert von MADOSS (08.09.2016 um 12:58 Uhr)


  17. Thanks sgs, NotFair bedankten sich
  18. #10
    Senior Mitglied Avatar von africatwin
    Registriert seit
    06.04.2013
    Beiträge
    233
    Thanks (gegeben)
    136
    Thanks (bekommen)
    35
    Total Downloaded
    6,62 MB
    Total Downloaded
    6,62 MB
    ReceiverDanke
    Box 1:
    VU+ Solo4k
     
     
    Box 2:
    AX HD51
     
     
    Box 3:
    AX HD60
     
     
    the next test

    bootlogo was changed, i see an other picture, but no movement .....

    Test's only for Solo4k with OATV 5.3

    player is extra to install ??
    Geändert von africatwin (06.09.2016 um 15:27 Uhr)


Seite 1 von 50 12311 ... LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:05 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com