Inputstream.adaptive 21.4.4 installiert?
Beiträge von Nirvana777
-
-
Offiziell wird es wohl mit 21.1 kommen.
-
Ich beantworte die Frage mal für Kodi.
Wie immer bei Open Source führen viele Wege nach Rom.
Wenn du Kodi aarch64 z.B. für die Shield benötigst kannst du Lumpi73 oder ErAzOr fragen.
Oder du compilierst selber.
Oder bittest jemanden für deine Architektur zu compilieren.
Oder bittest Mavenob er den Patch freundlicherweise in seine Android Kodi Builds mit aufnimmt.
-
Aktuelle compilierte Version sind im 1. Post für linux.x86 und android.aarch64
Bitte Hinweise beachten:
Only use if you are on Magenta TV 2.0 - if you are on Magenta 1.0 stay with the 20.8 version. They will also run under Omega
You need adapted inputstream.adaptive >= 21.4.1 on all cpus / architectures for Magenta 2.0
On Android you need adapted Kodi + inputstream >= 21.4.4
-
Wo bekommt man denn diese Version her?
Ich schicke sie dir per PN. Sollte es sich noch jemand dafür interessieren bekommt er sie von dir.
-
Gute Nachrichten. Mit einer von CastagnaIT bereitgestellten Kodi Version kann ich die Streams unter Android abspielen. Inkl. der Privaten in HD...
Es handelt sich also scheinbar um einen Bug in Kodi.
1. Android und Linux benutzen unterschiedlichen Code als Kodi Videoplayer.
2. Die Streams sind scheinbar in einem neuen Verfahren codiert, das Kodi nicht korrekt erkannte.
-
All in 1st post of this thread.
-
Vermutlich läuft es auf Android nicht.
Auf linux.aarch64 wird es vermutlich funktionieren. Müsste man nur compilieren. Linux hat die Einschränkung dass die privaten nur in SD laufen. Das ist eine Veränderung zu 1.0
-
Da verstehe ich was nicht.
Ich hatte bisher mit Nexus das PVR Magenta mit 1.0 unter Android im Einsatz. Das hat einwandfrei funktioniert. Aber das nutzt doch auch Inputstream oder nicht?
D.h. also das PVR Magenta mit 2.0 funktioniert derzeit gar nicht mit Android TV?Richtig. Funktioniert nicht, deshalb die Issue oben.
1.0 ist eine andere Plattform mit anderen Streams.
-
...hab mal ein Issue eröffnet. Vielleicht können die Inputstream Experten was machen...
Stream playing under Linux and Windows but not AndroidTV · Issue #1511 · xbmc/inputstream.adaptiveBug report Describe the bug Here is a clear and concise description of what the problem is: The leading German Streaming Provider is putting more customers on…github.com -
Das Addon von easy4me ist in Python geschrieben und muss nicht übersetzt werden.
PVR Addons sind Kodi-bedingt in C++ programmiert und müssen kompiliert werden.
Beiden Addons ist gemeinsam dass sie auf Inputstream zum Abspielen der Streams setzen und das funktioniert unter Android nicht. Wieso ist nicht klar es liegt aber nicht an den Magenta Addons sondern an Kodi, Inputstream oder dem Lizenzmanagement.
-
This isn't a debug log
. Just a normal log . But anyways: I can see that one channel is playing and the other one gets a 403 forbidden.
Since both URLs are created by the same algorithm I don't know the reason and cannot investigate because I don't have the channels. Is there any obvious difference you are aware of between them? Like different resolution, different streaming container, different package they are in, ...?
If the answer is no or you don't know the only other solution is to look to the original web app and log
what it is doing. This would mean that someone has to give me a temporary slot of his account. -
...ist es aber ein bisschen offtopic. Lasst uns bitte zum Thema zurückkehren...
-
-
Did you verify that you have a free device slot?
You can check online how many devices are registered. Delete one to make space for Kodi.
Then make sure to use web as device type.
-
Sure do a kodi debug log
. There is plenty of documentation on the internet how that is done. -
You can simply edit the addon.xml in pvr.eon subdirectory. There are dependencies listed like:
<requires>
@ADDON_DEPENDS@
<import addon="inputstream.adaptive" minversion="21.0.0"/>
<import addon="script.module.inputstreamhelper" version="0.5.8"/>
</requires>Delete inputstream.ffmpegdirect and the inputstreamhelper. They are not really required. Just leave the one line with inputstream.adaptive.
-
For Kodi 20 you can only use pvr.eon version 20. So either use pvr.eon.20.7.3.linux.aarch64.zip. What was the error with that now that you've installed inputstream.adaptive?
Or if you build yourself you have to checkout Nexus branch from the github repository (the build log
tells me that you tried the Omega branch...) -
Then I built the plugin from the latest source and tried to install but got -> The dependency on inputstream.adaptive version 0.0.0 could not be satisfied
Did you install inputstream.adaptive?
-
Hi Nirvana777,
What about webos version?
Greetings from Bulgaria
I have no clue about WebOS. If somebody compiles it I will include it here.