Posts: 2
Joined: Dec 2017
Reputation:
0
I installed kodi and the addon timvision on a leelbox mxq pro mini tv box.
unfortunately when I start a video only a green screen appears without audio
I have diabed the acceleration hardaware but nothing
Recommendations?
Posts: 1
Joined: Dec 2017
Reputation:
0
Hi pinoelefante, hi all,
I have discovered that Kodi v18 Android nightlies builds (both Arm and Arm64) do not include anymore inputstream.adaptive since December 21st (and also RTMP). The corresponding add-on activation line (Videoplayer InputStream) has consequently disappeared from kodi setup menu.
More, examining following Kodi v18 nightlies builds, they are 6Mb less in space. This seems to be a voluntary suppression from Kodi developers.
By consequence, pinoelefante's TIMvision add-on works only with builds released before December 21st and does not work anymore with the following builds.
I have tested both builds on my Chuwi Hi8 Pro dual-boot tablet (which needs also to add widevine libraries not included with its Android 6.1 custom release).
The last working Kodi v18 working build are kodi-20171221-fb653781-master-armeabi-v7a.apk (Arm) and kodi-20171221-fb653781-master-arm64-v8a.apk (Arm64).
I suggest to download them quickly from mirrors.kodi.tv because oldest builds seems not to be downloadable anymore after 40/45 days (seems the oldest builds are progressively disappearing from download directories), and there is a real risk that official Kodi v18 release will not include inputstream.adaptive anymore.
I would like to thank pinoelefante a lot for his marvellous TIMvision add-on !!
Even with widevine libraries installed and root hidden in my Chuwi Hi8 Pro tablet (shown as rooted but no SuperSu installed), official TIMvision app does not work (only trailers). I am giving TIM "working money" regularly for their TIMvision service, but their customer support does not care (and does not know) how to make their app working on my unrooted tablet. Thanks to pinoelefante, as a regular subscriber, I can finally enjoy my TIMvision account on my tablet.
Merry Christmas holidays and happy 2018 to all.
francof
Posts: 1
Joined: Dec 2017
Reputation:
0
hi i have a problem with my kingbox K1. netflix works properly but not timvision. so i tried to use your add on with kodi, but i can see the tiltles in the timvision library but video doesn't work.
the problem is that this device don't support drm. how can i do?
thanks
Posts: 120
Joined: Aug 2017
Reputation:
1
probably the error is related to the background service because login is done when you open the addon
Posts: 930
Joined: Jun 2014
Reputation:
105
Yes, you got the point. To be more precise, as you said, is more related to the service that starts with Kodi than when I open the add-on. So, if there is no Internet connection, at Kodi start-up the error message is dislayed. Would it be possible to move the part of the code for the login outside the service and put it in the part related when the add-on is opened?
Hope I have clarified better the issue.
Thanks again for your attention. Alex.
Light IMDb Ratings Update - Keep updated the IMDb ratings for your movies and TV shows.
In case you found useful my work, feel free to offer me a cappuccino!
Posts: 930
Joined: Jun 2014
Reputation:
105
2018-01-08, 18:15
(This post was last modified: 2018-01-08, 18:49 by axlt2002.)
Hi pinoelefante,
Looking at the log, the issue seems related to the line:
TV_SERVER = utils.start_webserver()
in service.py.
Would it be possible to start the webserver only if an internet connection is available or, better, wait until an internet connection is available?
I guess that a similar modification is also needed in case I open the add-on (addon.py) without an internet connection.
Light IMDb Ratings Update - Keep updated the IMDb ratings for your movies and TV shows.
In case you found useful my work, feel free to offer me a cappuccino!