Seite 1 von 5 123 ... LetzteLetzte
Ergebnis 1 bis 10 von 48
  1. #1
    Anfänger
    Registriert seit
    27.04.2020
    Beiträge
    5
    Thanks (gegeben)
    0
    Thanks (bekommen)
    8
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    YouTubeTV auf manchen Boxen machbar?

    Hello guys,

    first of all I want to thank you for your effort and good work with openATV, I really appreciate.

    I have become Enigma2 user just few days ago, I have bought my first device "Octagon SF8008". I originally wanted buy some AndroidTV device (with real Android TV, because control normal android apps with remote is really pain and on Android Tv you can always install normal apps from another repos than google play), with combo tuner (DVB-S2, DVB-T2) and nice TV app which is quick, settingable and has nice EPG.

    But this device have not been created yet.

    So after bought octagon, first of all I have flashed new firmware (OpenATV 6.4.0 (2020-04-25), 4.4.35 / 20200413), and installed extensions important for me:

    1, Kodi
    2, Netflix
    3, YouTube


    Kodi is amazing, super fast, probably much faster than on much powerfull android box which I have. Netflix is also good. But Youtube extension by Taapat does not work well, I added new generated youtube Api key and have been able to log in but after change of region I got always errors from feeds (recommanded, hot , etc...).

    I have seen on google that vu+ boxes have YouTube Tv extension which looks like on Android Tv box. I have been told that it is just url "www.youtube.com/tv" in browser shell (from hbbtv extension), but it is not working anymore because of google (always redirects to normal Youtube).

    Then I found video on youtube that it is still possible to get "www.youtube.com/tv" when you chnage user-agent to something which still have acces (probably some smart TV ???? )

    So first I have tested it on PC, i have created shortcut for google chrome and changed target to :

    Code:
    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-agent="Mozilla/5.0 (SMART-TV; Linux; Tizen 5.0) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.2 Chrome/63.0.3239.84 TV Safari/537.36" --kiosk "youtube.com/tv"


    And guess what, it works!! Youtube Tv app on desktop (PC).. cool.

    Now about Youtube Tv on openAtv, in source code of Netflix extension i saw that logic is similar as above. (www.netflix.com in chrome browser shell), also in Netflix setup you can change url, so i have tried "www.youtube.com/tv" but only normal youtube has been opened.

    So I have tried somehow change user-agent in Netflix extension. And, found solution to add argument in "browser.py" (path /usr/lib/enigma2/python/Plugins/Extensions/Netflix/)

    Code:
    if config.plugins.Netflix.egl.value == True:
                    container.execute("/usr/share/netflix/prepare.sh;export LD_LIBRARY_PATH=/usr/share/netflix/lib/hisi3798mv200/:/usr/share/netflix/lib/hisi3798mv200/nss:/usr/share/netflix/;netflix --user-agent='Mozilla/5.0 (SMART-TV; Linux; Tizen 5.0) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.2 Chrome/63.0.3239.84 TV Safari/537.36' --no-sandbox --no-zygote --ozone-platform=egl --enable-spatial-navigation %s"%config.plugins.Netflix.presets[config.plugins.Netflix.preset.value].portal.value)
                else:
                    container.execute("/usr/share/netflix/prepare.sh;export LD_LIBRARY_PATH=/usr/share/netflix/lib/hisi3798mv200/:/usr/share/netflix/lib/hisi3798mv200/nss:/usr/share/netflix/;netflix --user-agent='Mozilla/5.0 (SMART-TV; Linux; Tizen 5.0) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.2 Chrome/63.0.3239.84 TV Safari/537.36' --no-sandbox --no-zygote --disable-gpu --enable-spatial-navigation %s"%config.plugins.Netflix.presets[config.plugins.Netflix.preset.value].portal.value)
    Yes!!!!! it works!!!

    Only problem is with volume control.

    So can some openatv developer create similar extension for Youtube Tv as Netflix is and use the solution with change user-agent (and also make possible volume adjustable by remote)?

    Thank you
    Geändert von alesmach (27.04.2020 um 15:04 Uhr)

    •   Alt Advertising

       

  2. #2
    Anfänger
    Registriert seit
    27.04.2020
    Beiträge
    5
    Thanks (gegeben)
    0
    Thanks (bekommen)
    8
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Update:

    I tried duplicate Netflix app and transform it into Youtube Tv version and i succeed. I just renamed classes and file names, but i had to preserve relations to browser from netflix extension which is in binary "usr/share/netflix/".

    !!! Tested only on Octagon SF8008, but probably will works also on other ARM devices with hi3798mv200 chipset where is available Netflix app from feed, install only on your risk !!!

    How to install:
    1, Download extension "Netflix" from the feed of your box (Netflix is necessary, it is not working without)
    2, Download "YouTubeTv-1.0.0.-arm-hi3798mv200-experimental.zip" from this thread
    3, Content of zip file copy into root path of your box via FTP
    4, Restart box

    Known bugs:
    - does not work without Netflix app
    - cannot control volume

    It is possible that this extension will not work after some update of Netflix app, it is my first touch with developing extensions for Enigma2, I dont have access to source code of browser shell (thats the reason why still need netflix app - there are chrome/chromium binaries where are included some relations to netflix), I do not have experience to create ipk package yet.

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example1.png

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example2.png

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example3.png

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example4.png

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example5.png

    YouTubeTV auf manchen Boxen machbar?-youtubetv-example6.png
    Angehängte Dateien Angehängte Dateien

  3. Thanks Past2Present, E2WORLD, neo72, -, Südschwede and 2 others bedankten sich
  4. #3

    Registriert seit
    27.04.2020
    Beiträge
    1.485
    Thanks (gegeben)
    300
    Thanks (bekommen)
    1098
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Great Job! Which keys to control? Stop Play ... Still too early for an IPK ^^ ...

    OK I know currently only power button ^^
    Geändert von E2WORLD (28.04.2020 um 17:19 Uhr)


  5. Thanks esmos bedankten sich
  6. #4
    Anfänger
    Registriert seit
    27.04.2020
    Beiträge
    5
    Thanks (gegeben)
    0
    Thanks (bekommen)
    8
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Hello,

    Thanks for your reply.
    Yes, you should be able to control application by arrow buttons and "OK" button (i think that multimedia buttons - play, pause, ... are also working during playing video). And for the end of application use Power button on remote.

  7. #5
    ~banned~
    Registriert seit
    25.02.2018
    Beiträge
    133
    Thanks (gegeben)
    3
    Thanks (bekommen)
    9
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD51
     
     
    How can I install Netflix Plugin? I cannot find netflix plugin on the feed oft the mutant HD51.

    The YoutubeTV doesn't worked on my receiver. What must I change?
    Geändert von Cola (28.04.2020 um 20:18 Uhr)

  8. #6
    Anfänger
    Registriert seit
    27.04.2020
    Beiträge
    5
    Thanks (gegeben)
    0
    Thanks (bekommen)
    8
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Hello,

    As I wrote above, this app is working only on devices with CPU "Hisilicon Hi3798MV200" (tested on Octagon SF8008), your device "Mutant HD51 4K UHD" has different CPU (BCM 7251s) so unfortunately this app (as it is) will not work on your device.

  9. Thanks Cola bedankten sich
  10. #7
    ~banned~
    Registriert seit
    25.02.2018
    Beiträge
    133
    Thanks (gegeben)
    3
    Thanks (bekommen)
    9
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD51
     
     
    Okay, thanks.

  11. #8
    ~banned~
    Registriert seit
    25.02.2018
    Beiträge
    133
    Thanks (gegeben)
    3
    Thanks (bekommen)
    9
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD51
     
     
    @ Alle

    Kann man diese Gesichte nicht weiterentwickeln generell für die enigma2 Boxen?

    Netflix, Youtube und Amazon per Erweiterungen wäre schon sehr toll. Wäre eine Revolution.

    Wenn ich es richtig verstehe, macht ja das Plugin nichts als über den Browser der Box die entsprechende URL aufzurufen.

  12. #9

    Registriert seit
    18.10.2013
    Ort
    BW
    Beiträge
    1.525
    Thanks (gegeben)
    918
    Thanks (bekommen)
    699
    Total Downloaded
    162,62 MB
    Total Downloaded
    162,62 MB
    ReceiverDanke
    Box 1:
    AX HD61 4k - ATV 7.3
     
     
    Box 2:
    Mut@nt HD51 4k- ATV 6.4
     
     
    Box 3:
    LG DS90QY Soundbar
     
     
    Ist schon, wenn auch auf anderem Wege als du vielleicht denkst. Schau dich nach "Kodi mit Widevine" Titel um in der Suche.
    Das läuft dann auch auf deiner hd51. Aber etwas lesen musst schon selbst.
    mfg tiopedro1958

  13. #10
    ~banned~
    Registriert seit
    25.02.2018
    Beiträge
    133
    Thanks (gegeben)
    3
    Thanks (bekommen)
    9
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Mutant HD51
     
     
    Hallo, danke für deine Antwort. Das mit Kodi hatte ich schon gelesen, wollte nur nicht meine Antwort aufblähen.

    Obwohl ich neulich meinen Mutant HD51 neu geflascht habe, hängt sich gleich nach dem Start Kodi auf. Man muss dann den Receiver vom Strom ziehen. Weiß nicht woran das liegt.


Seite 1 von 5 123 ... 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 00:52 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,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com