Kodi 17 “Krypton”
|
11th Dec, 2016, 05:45 AM
Post: #61
|
|||
|
|||
RE: Kodi 17 “Krypton”
(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. |
|||
13th Dec, 2016, 05:01 AM
Post: #62
|
|||
|
|||
RE: Kodi 17 “Krypton” | |||
20th Dec, 2016, 05:42 AM
Post: #63
|
|||
|
|||
RE: Kodi 17 “Krypton”
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 |
|||
20th Dec, 2016, 06:33 AM
Post: #64
|
|||
|
|||
RE: Kodi 17 “Krypton”
Kodi Krypton has finished Beta state. Now we are on RC1, packages are already available
|
|||
23rd Dec, 2016, 06:50 AM
Post: #65
|
|||
|
|||
RE: Kodi 17 “Krypton”
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, 08:09 AM
(This post was last modified: 23rd Dec, 2016 08:50 AM by Nachteule.)
Post: #66
|
|||
|
|||
RE: Kodi 17 “Krypton”
(23rd Dec, 2016 06:50 AM)chochis Wrote: Seems smoother: 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: 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 |
|||
23rd Dec, 2016, 06:00 PM
Post: #67
|
|||
|
|||
RE: Kodi 17 “Krypton”
(23rd Dec, 2016 08:09 AM)Nachteule Wrote: 1. You need license file to play mpeg2 streams by OMXplayer 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! |
|||
23rd Dec, 2016, 11:31 PM
Post: #68
|
|||
|
|||
RE: Kodi 17 “Krypton”
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] |
|||
23rd Dec, 2016, 11:38 PM
Post: #69
|
|||
|
|||
RE: Kodi 17 “Krypton”
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, 11:42 PM
Post: #70
|
|||
|
|||
RE: Kodi 17 “Krypton”
(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:49 PM
Post: #71
|
|||
|
|||
RE: Kodi 17 “Krypton”
(23rd Dec, 2016 11:38 PM)Nachteule Wrote: 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. There it is, from the need to see this to the crash. http://pastebin.com/NAZ9DeUh Terminal DEBUG: FactoryCodec - Video: mmal-mpeg2 - Failed |
|||
24th Dec, 2016, 12:04 AM
Post: #72
|
|||
|
|||
RE: Kodi 17 “Krypton” | |||
24th Dec, 2016, 12:07 AM
Post: #73
|
|||
|
|||
RE: Kodi 17 “Krypton”
(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 |
|||
24th Dec, 2016, 01:03 AM
Post: #74
|
|||
|
|||
RE: Kodi 17 “Krypton”
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 |
|||
24th Dec, 2016, 02:11 AM
Post: #75
|
|||
|
|||
RE: Kodi 17 “Krypton”
I would try a different mpeg2 file. It might be a case of none standard file(unsupported)
~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
« Next Oldest | Next Newest »
|