Seite 6 von 6 ErsteErste ... 456
Ergebnis 51 bis 54 von 54
  1. #51
    Anfänger
    Registriert seit
    16.02.2019
    Beiträge
    13
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    32,1 KB
    Total Downloaded
    32,1 KB
    ReceiverDanke

    OpenAtv 6.4

    Ich habe den Effekt nun im OpenATV 6.4. Mit dem 6.3er lief es. Ich denke das ist irgendein Timing oder Initialisierungsproblem. Nach einem Reboot ist das Problem jedes Mal da. Das Problem ist weg, wenn ich nur die GUI neu starte.

    •   Alt Advertising

       

  2. #52
    Mitglied
    Registriert seit
    12.06.2016
    Beiträge
    59
    Thanks (gegeben)
    0
    Thanks (bekommen)
    1
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    VU+ Duo 4K
     
     
    Box 2:
    Dream 8000
     
     
    Box 3:
    Dream 7000
     
     
    Problem ist immer noch vorhanden, habt ihr ein Workaround?

  3. #53
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.824
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9077
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Geht es bei euch überhaupt ums oATV6.1?
    Denke eher nicht...
    Wo bleiben Debuglogs?
    Wo hat einer die MediaInfo eines entsprechenden Files mitgeliefert?
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  4. #54
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Hi.

    If someone still has this problem, as in the case of ExtEplayer3 (I set it as the default Enigma2 player, using the ServiceApp plugin),
    so, you can try also the "init.d" auto-start script.

    Just run the following code in the linux shell:

    Code:
    cat <<EOT > /etc/init.d/aspect_ratio_fix
    #!/bin/sh
    case "\$1" in
        start)
            TMP_CMD="sleep 60; echo -n panscan > /proc/stb/video/policy2;"
            eval "\${TMP_CMD}" &>/dev/null & disown;
            ;;
        stop)
            ;;
        restart|reload|force-reload)
            ;;
        *)
            ;;
    esac
    exit 0
    EOT
    
    chmod a+x /etc/init.d/aspect_ratio_fix
    
    update-rc.d aspect_ratio_fix defaults 99        # for remove, use:  update-rc.d -f aspect_ratio_fix remove
    Explanation:

    1. this script will be placed here: /etc/init.d/aspect_ratio_fix
    2. the attributes for the execution rights of the script will set: chmod a+x /etc/init.d/aspect_ratio_fix
    3. the auto-start script is applied, for start during boot: update-rc.d aspect_ratio_fix defaults 99

    Of course, it would also be possible to use the shell script /usr/bin/enigma2_pre_start.sh and put this as follows:
    Code:
    #!/bin/sh
    TMP_CMD="sleep 60; echo -n panscan > /proc/stb/video/policy2;"
    eval "\${TMP_CMD}" &>/dev/null & disown;
    But I think it's better to use the "init.d" script.

    If you want to use 'letterbox' setting, just replace the panscan string with the letterbox string.


Seite 6 von 6 ErsteErste ... 456

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 20:35 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,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com