• 1
  • 159
  • 160
  • 161(current)
  • 162
  • 163
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-07-13, 12:37)linkinsoldier Wrote:
(2017-07-13, 11:46)popcornmix Wrote:
(2017-07-13, 07:11)linkinsoldier Wrote: 711 works great for me (Netflix, Amazon, YouTube, skygo) - the only reason I still have is the before mentioned issue that inputstream.adaptive doesn't select the correct stream on amazon movies when the ratio is not exactly 720p! Is this going to be fixed or can I help somehow else?

Can you describe issue in more detail? Give an example movie that has a problem and describe what the effect it. A debug log would also be useful.

Here a quote from my old post:
(2017-07-08, 10:49)linkinsoldier Wrote: Stream select auto seems to work awesome when screen size is exactly 1280x720p (TV Series), but I seem to get issues when watching Movies with a different aspect ration. For Example:
Trying to stream "Pitch Perfect 2" from Amazon using Secure Decoding max 720p i get:
"Auto": 920x520
"Manuel":I get 1920x1040 (which is too much for the Rpi3) - but I can change it to 1280x688 and that works great

Is there maybe a bug with "getting the 720p" Stream? 1280 is the same, but it is only 688 instead of 720 and instead falls back to 920x520. Could this be improved by applying ranges instead of (guessing) == 720p? Or maybe by using == 1280 for the first part instead of == 720p for the later? Or choose the "highest" stream below "720p" instead of falling back to a default (guessing) stream?

Is this an Inputstream or an Amazon VOD Issue?
I can add a log tonight

edit: here is the reduced log: (i deleted token and any personal stuff - if necessary I will provide full log via pn)
https://pastebin.com/PNY4wtBB

I guess this is an inputstream issue--> I created a bugticket (I hope this was correct):
https://github.com/peak3d/inputstream.ad.../issues/38
(2017-05-30, 16:16)bill_orange Wrote:
(2017-05-27, 01:19)bill_orange Wrote: This is going to be a tough problem for others to reproduce. I am not able to play music playlists using the Kodi-Alexa skill for the Amazon Echo.

Here is the playlist:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="songs">
<name>Classical</name>
<match>all</match>
<rule field="genre" operator="is">
<value>Classical</value>
</rule>
<limit>100</limit>
</smartplaylist>


This result form the Kodi logfile is this:

16:13:25.428 T:1943417488 NOTICE: VideoPlayer: Opening: special://profile/playlists/music/Classical.xsp
16:13:25.428 T:1943417488 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
16:13:25.429 T:1855976352 NOTICE: Creating InputStream
16:13:25.433 T:1855976352 NOTICE: Creating Demuxer
16:13:25.437 T:1855976352 ERROR: Open - error probing input format, special://profile/playlists/music/Classical.xsp
16:13:25.437 T:1855976352 ERROR: OpenDemuxStream - Error creating demuxer
16:13:25.438 T:1855976352 NOTICE: CVideoPlayer::OnExit()
16:13:25.438 T:1943417488 ERROR: Playlist Player: skipping unplayable item: 0, path [special://profile/playlists/music/Classical.xsp]
16:13:25.446 T:1943417488 NOTICE: CVideoPlayer::CloseFile()
16:13:25.446 T:1943417488 NOTICE: VideoPlayer: waiting for threads to exit
16:13:25.446 T:1943417488 NOTICE: VideoPlayer: finished waiting
16:13:25.446 T:1943417488 NOTICE: CVideoPlayer::CloseFile()
16:13:25.446 T:1943417488 NOTICE: VideoPlayer: waiting for threads to exit
16:13:25.446 T:1943417488 NOTICE: VideoPlayer: finished waiting

The playlist works fine run manually.

The developer of the Kodi skill suggests that a parameter in the playlist function call used in his skill may have been depreciated between Kodi 17 and 18. He uses call Player.Open with the "file" parameter set to the playlist file. Is that possible?


Looks like this bug is affecting third party apps other than the Amazon Echo skill.

http://forum.kodi.tv/showthread.php?tid=315249

I wonder if anyone is working on this. It probably does not affect many people. Improper (or no action) from a properly constructed JSON string should be a pretty fixable problem. Too deep for me unfortunately.

Bill
(2017-07-12, 16:21)Milhouse Wrote:
(2017-07-11, 21:56)Potze Wrote: btw.: I sill miss the .rar support.

I've uploaded vfs.rar in the addons section - it builds, no idea if it works.

Thanks for the try, but i doesn't work. The Audio starts for a few seconds and that's it.

(2017-07-12, 17:58)Seppl Wrote:
(2017-07-11, 21:29)Potze Wrote: I have the RPi 3 and the newest updates ( amazon VOB + 0710 ).
It doesn't make an differenz if I have the resutions ( both ) ant max or 720, I got heavy lags in an Amazon prime video.

When i enable the omxplayer hardware acceleration and the mmal, I get an green screen in amazon.
Without omx and with mmal: lag.
Without omx and without mmal: lag.
With omx and without mmal: green.

What is my mistake?

mmal enabled, omx disabled should be correct.
Is the inputstream.adaptive stream selection set to automatic or manual? What resolution does it choose? (press "O" while playing for info)
My guess would be you have stream selection set to manual and didn't choose a lower quality, so it tries to play 1080p.

mmal enabled , omx disabled.
the inputstream.adaptive stream selection is now on max ( both ), selection: auto and media: all and now it works fine.

Thanks for that.

Best wishes
There'll be a fix in tonight's build for the Netflix/Amazon buffering - you should be able to re-enable the "Dolby Sound" setting in the Netflix add-on.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Thx for the info! Will this change the stream resolution behaviour as well?
(2017-07-13, 21:40)linkinsoldier Wrote: Thx for the info! Will this change the stream resolution behaviour as well?

Errmm... possibly not - if it's still an issue after the next build please post again.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2017-07-12, 22:28)Milhouse Wrote:
(2017-07-12, 22:00)zoo42 Wrote: same problem here. reverting to version 6-30 and reinstalling the youtube plugin (with deletion of user data) works for me.

A debug log (wiki) from a failing version would help. Is #0630 the last working version?

#0705 works with delete v2 settings xml file.
Hello, does anyone know when the latest drivers with support for Nvidia gt1030 will be bundled on a dev build?
thank you
New LibreELEC.tv Leia build #0713: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.10 #1 Fri Jul 14 02:28:25 BST 2017 armv6l GNU/Linux

# vcgencmd version
Jul 11 2017 12:33:03
Copyright (c) 2012 Broadcom
version aabbc2f1c981c560a6549fba5e3a0425145f8e02 (tainted) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170714022717-#0713-g6b42a1f [Build #0713]

# Kodi version
(18.0-ALPHA1 Git:734cda1). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (6b42a1fb, changelog) and tip of XBMC master (7546015f, changelog) with the following modifications: Build Highlights:
  1. New 4.11.10 kernel
  2. Amazon/Netflix: Fix buffering issue
  3. libcec updates
Build Details:
  1. LibreELEC.tv:
    • librespot: update system_information_string (PR:1789, 1 commit, 3 files changed)
  2. XBMC:
    • VideoPlayer: set some process infos for the case get_format gets not (PR:12480, 1 commit, 1 file changed)
    • Implement basic gameplay persistence (autosave) (PR:12434, 1 commit, 16 files changed)
    • [depends] samba-gplv3: fix large offset (PR:12477, 2 commits, 1 file changed)
    • VideoPlayer: rework speed and tempo (PR:12470, 1 commit, 24 files changed)
  3. libcec:
    • added: -std=c++11 to pkg-config (456c7a62)
    • added: instructions for hdmi_force_hotplug=1 on the pi (f2c4ca77)
  4. p8-platform:
    • Update README.md with basic build instructions (fe904839)
  5. peripheral.joystick:
    • Added new buttonmap for PS4 controller (both v1 and v2) (PR:117, 3 commits, 1 file changed)
  6. newclock5:
    • Commits no longer in build:
      • VideoPlayer: rework speed and tempo (43d079b5)
      • VideoPlayer: set some process infos for the case get_format gets not called (f71c5e4c)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1791: nss/nspr: include in main image [rfc]
    • Added: [pkg] PR:12483: Fix endless loop when opening streams with missing information
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Sorry for dumb question - but how to install plugin.netflix in Librelec? I https://github.com/asciidisco/plugin.video.netflix
(2017-07-14, 10:15)mateuzzz Wrote: Sorry for dumb question - but how to install plugin.netflix in Librelec? I https://github.com/asciidisco/plugin.video.netflix

Read the first page....
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
In newest build, i cant See the settings screen of some addons. Rytec epg downloader and ivacy VPN service AS a sample. Is there any work arround? The setting screen is just empty
In Build #0713 RPi2 is rebooting when starting Netflix Stream.
Amazon VOD works fine.

CrashLog: http://sprunge.us/IBEW
(2017-07-14, 10:26)Aux_ Wrote:
(2017-07-14, 10:15)mateuzzz Wrote: Sorry for dumb question - but how to install plugin.netflix in Librelec? I https://github.com/asciidisco/plugin.video.netflix

Read the first page....

Hmmm... I enabled unknown sources, downloaded zip, tried install from zip - and got ... failed to install
(2017-07-14, 11:57)mateuzzz Wrote: Hmmm... I enabled unknown sources, downloaded zip, tried install from zip - and got ... failed to install

Can you open the zip file in windows?
It is quite easy to download the html page rather than the real zip file.
If that is okay post a debug log (wiki) when trying to install.
  • 1
  • 159
  • 160
  • 161(current)
  • 162
  • 163
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24