Forum

Full Version: Kodi 17 “Krypton”
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
(11th Dec, 2016 05:08 AM)Oli Howson Wrote: [ -> ]Is there any plan on sorting out inputstream to work on an original pi? Mine is old school - works a-ok for playing videos via Kodi from my NAS box but I really want to be able to watch Amazon Prime videos (I want Netflix as well but I know I can't have everything!)

AFAIR the required libs for doing that are not available for Raspberry Pi 1 CPU (v6 architecture). That's the reason why inputstream plugin is not built for RPi1.
(5th Dec, 2016 05:06 AM)Nachteule Wrote: [ -> ]So, xbian-config gui is working again. Still not adapted to recent skin but working Cool

Now it has been completely adapted to new Estuary NexGen skin Smile
So, guys, this is the one we already have, o we should expect a new version on the beta side soon:

Kodi v17 Beta 7
Kodi Krypton has finished Beta state. Now we are on RC1, packages are already available
Seems smoother:
I've found out two things:
The first issue is that DVB mpeg2 video stream is not been shown/reproduce when omx video player has hardware acceleration on. When off, kodi just dies and restarts.

The other issue is that the streaminput.adaptative is compiled with a different gcc version and it is not loaded by my system:
ERROR: Unable to load /home/xbian/.kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6, reason: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /home/xbian/.kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6)
Should I change to testing also debian packages?
(23rd Dec, 2016 06:50 AM)chochis Wrote: [ -> ]Seems smoother:
I've found out two things:
The first issue is that DVB mpeg2 video stream is not been shown/reproduce when omx video player has hardware acceleration on. When off, kodi just dies and restarts.

1. You need license file to play mpeg2 streams by OMXplayer
2. If you have one, it should work - just tested
3. If you do not have one, you could use MMAL acceleration. It works, just tested
4. You're right, if neither OMXplayer nor MMAL is enabled, Kodi restart when watching mpeg2 stream. This seems to be an issue. But on the other way, it does not make sense not using hw-acceleration

Quote:The other issue is that the streaminput.adaptative is compiled with a different gcc version and it is not loaded by my system:
ERROR: Unable to load /home/xbian/.kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6, reason: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /home/xbian/.kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6)
Should I change to testing also debian packages?

No!
Why don't you use version included in package xbian-package-xbmc? This version loads whithout issue:

Code:
22:55:00 506.525238 T:1953948384   DEBUG: ADDON: Dll Initializing - InputStream Adaptive
22:55:00 506.525757 T:1953948384   DEBUG: SECTION:LoadDLL(/usr/local/lib/kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6)
22:55:00 506.525940 T:1953948384   DEBUG: Loading: /usr/local/lib/kodi/addons/inputstream.adaptive/inputstream.adaptive.so.1.0.6
22:55:00 506.574127 T:1836716976   DEBUG: PushCecKeypress - received key  b duration 69
22:55:00 506.616821 T:1953948384   DEBUG: AddOnLog: InputStream Adaptive: libXBMC_addon successfully loaded
22:55:00 506.618164 T:1953948384   DEBUG: AddOnLog: InputStream Adaptive: ADDON_Create()
(23rd Dec, 2016 08:09 AM)Nachteule Wrote: [ -> ]1. You need license file to play mpeg2 streams by OMXplayer
2. If you have one, it should work - just tested
3. If you do not have one, you could use MMAL acceleration. It works, just tested
4. You're right, if neither OMXplayer nor MMAL is enabled, Kodi restart when watching mpeg2 stream. This seems to be an issue. But on the other way, it does not make sense not using hw-acceleration

I have no license for the rpi2. Did on the rpi1 and worked for older kodi versions.
3/4 I have enabled MMAL acceleration always, is that, when OMX Player acceleration is disabled, Kodi crashes and when it is enabled, it just plays the audio.

I am also going to remove the inputstream.adaptive and it seems I can't do it, like it was the default one from the /usr/local/lib/kodi/addons/ instead the one from the ~/.kodi/addons And it does not crashes with the library link problem :-¿?

Thanks!
By the way, this is how far I've got with amazon:

Terminal
14:27:15 18945.220703 T:1954808544 DEBUG: ------ Window Init (DialogBusy.xml) ------
14:27:15 18945.220703 T:1954808544 DEBUG: Window DialogBusy.xml was already loaded
14:27:15 18945.220703 T:1954808544 DEBUG: Alloc resources: 0.01ms
14:27:15 18945.357422 T:1399845808 DEBUG: AddOnLog: InputStream Adaptive: Download http://s3.lvlt.dash.us.aiv-cdn.net/d/2$9NZSENAs3kng3ttYkwi0WC8cM3E~/prod/45c7/5ad3/e296/4f7a-a18a-b0573b62657e/eaecb458-32ee-4fb8-b984-4...rected.mpd finished
14:27:15 18945.359375 T:1399845808 INFO: AddOnLog: InputStream Adaptive: Successfully parsed .mpd file. #Streams: 2 Download speed: 0.0000 Bytes/s
14:27:15 18945.361328 T:1399845808 ERROR: AddOnLog: InputStream Adaptive: Unable to handle decryption. Unsupported!
14:27:15 18945.363281 T:1399845808 DEBUG: AddOnLog: InputStream Adaptive: GetStreamIds()
14:27:15 18945.363281 T:1399845808 ERROR: CVideoPlayer::OpenInputStream - error opening [http://s3.lvlt.dash.us.aiv-cdn.net/d/2$9NZSENAs3kng3ttYkwi0WC8cM3E~/prod/45c7/5ad3/e296/4f7a-a18a-b0573b62657e/eaecb458-32ee-4fb8-b984-4f543a2dc78e_corrected.mpd]
Code:
14:27:15 18945.361328 T:1399845808 ERROR: AddOnLog: InputStream Adaptive: Unable to handle decryption. Unsupported!

Probably this is the culprit
(23rd Dec, 2016 06:00 PM)chochis Wrote: [ -> ]3/4 I have enabled MMAL acceleration always, is that, when OMX Player acceleration is disabled, Kodi crashes and when it is enabled, it just plays the audio.

Hmmm, that's really strange. That's what I get when using OMXplayer playing mpeg2 stream and having no license (my RPi3 does not have license)

Debug log might help
(23rd Dec, 2016 11:38 PM)Nachteule Wrote: [ -> ]
Code:
14:27:15 18945.361328 T:1399845808 ERROR: AddOnLog: InputStream Adaptive: Unable to handle decryption. Unsupported!

Probably this is the culprit

Si, I followed instructions from the post un page 3 about decription. Already in place the libraries needed. :-(

(23rd Dec, 2016 11:42 PM)Nachteule Wrote: [ -> ]
(23rd Dec, 2016 06:00 PM)chochis Wrote: [ -> ]3/4 I have enabled MMAL acceleration always, is that, when OMX Player acceleration is disabled, Kodi crashes and when it is enabled, it just plays the audio.

Hmmm, that's really strange. That's what I get when using OMXplayer playing mpeg2 stream and having no license (my RPi3 does not have license)

Debug log might help

There it is, from the need to see this to the crash.
http://pastebin.com/NAZ9DeUh

Terminal
DEBUG: FactoryCodec - Video: mmal-mpeg2 - Failed
Seems to be the problem
(23rd Dec, 2016 11:49 PM)chochis Wrote: [ -> ]
Terminal
DEBUG: FactoryCodec - Video: mmal-mpeg2 - Failed
Seems to be the problem
Agree, but the question is, why does it fail?

Does it happen on recordings also? If yes, you could put a sample for testing to the net
(23rd Dec, 2016 11:49 PM)chochis Wrote: [ -> ]Si, I followed instructions from the post un page 3 about decription. Already in place the libraries needed. :-(

Did you notice this posting?

You have to modify symlink. Unfortunately I do not have Amazon prime, so I can not test it Sad
So, the recording also crashed Kodi :-(

About the decryption libraries, installed mpeg dash which contains libssd_wv and followed the instructions:
Terminal
xbian@xbian ~ $ ls -la .kodi/cdm/
total 5068
drwxr-xr-x 1 xbian xbian 106 dic 23 14:42 .
drwxr-xr-x 1 xbian xbian 76 dic 16 16:51 ..
lrwxrwxrwx 1 xbian xbian 57 dic 23 14:42 libssd_wv.so -> /home/xbian/.kodi/addons/inputstream.mpd/lib/libssd_wv.so
-rwxr-xr-x 1 xbian xbian 61112 dic 19 10:37 libwidevinecdmadapter.so
-rwxr-xr-x 1 xbian xbian 5122508 dic 19 10:36 libwidevinecdm.so
I would try a different mpeg2 file. It might be a case of none standard file(unsupported)
Pages: 1 2 3 4 5 6 7 8 9 10
Reference URL's