Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) (/showthread.php?tid=231092)



RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - BubbleBobble - 2015-10-20

^

I was planning to watch a movie tonight and if i do i will report if playback stops.

Skank also mentions " Subtitles look too big and out of position" 2138661 (post). I think this has been solved in #1019.

I have to admit i didn't see a _full_ movie yet.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - BubbleBobble - 2015-10-20

Sorry if this is known but are there issues with MPEG-2 in m2ts files?

I happen to bounce upon two movies who have stuttering playback. When looking at the content it showed they are MPEG-2.

Here is the info about 'Age of Adeline'

Name: 00006.MPLS
Length: 1:52:41.629 (h:mConfused.ms)
Size: 20,143,435,776 bytes
Total Bitrate: 23.83 Mbps

VIDEO:

Codec Bitrate Description
----- ------- -----------
MPEG-2 Video 20654 kbps 1080p / 23.976 fps / 16:9


Odd thing is when i play them from disc with my USB bluraydrive connected to the Pi2 i have no stuttering.

LAN speed is not keeping up? How can i verify that? I don't use wifi.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-10-20

New OpenELEC Jarvis build #1020: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.1.10 #1 Tue Oct 20 21:50:35 BST 2015 armv6l GNU/Linux

# vcgencmd version
Oct 11 2015 16:21:59
Copyright (c) 2012 Broadcom
version cdea693c2a4280e4855643dc7840392d915f19b8 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20151020213401-#1020-g0c6541f [Build #1020]

# vcdbg log msg 2>&1 | grep DTOK
001737.057: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (0c6541ff, changelog) and tip of XBMC master (182945b6, changelog) with the following modifications: Build Highlights:
  1. Allow disabling auto-updates per addon
  2. libnfs minors
Build Details:
  1. XBMC:
    • Finally - iOS9 support (PR:8250, 4 commits, 9 files changed)
    • [PVR] Improve button texts for timer delete confirmation dialog (PR:8257, 1 commit, 2 files changed)
    • [addons] allow disabling auto-updates per addon from the info dialog (PR:8248, 2 commits, 4 files changed)
    • [Confluence] update weatherfanart support for jarvis (PR:8263, 2 commits, 1 file changed)
    • [Confluence] redesign cu lrc dialog (PR:8242, 1 commit, 1 file changed)
    • [droid] add uses-feature for bluetooth after a3ed4cfbe49995988a1b61518756f0e4b8990960 (02c72cd6)
  2. libnfs:
    • rpc_reconnect_requeue: return -1 if autoreconnect is not enabled (d73d4f33)
    • Improve the documentation for *_get_fd/*_which_events/*_service (4d102bd2)
    • Remove FUSE NFS filesystem (dc8d8662)
  3. adsp.basic:
    • Remove resampling modes and drop libsamplerate dependency (PR:5, 1 commit, 7 files changed)
    • minor string fixes (PR:4, 1 commit, 1 file changed)
    • General code cleanup and fixes (PR:6, 1 commit, 7 files changed)
    • Fix cmake related libsamplerate build error (PR:2, 1 commit, 4 files changed)
    • Upate add-on Version to 0.2.0 (5afd7887)
    • Merge branch 'master' of github.com:kodi-adsp/adsp.basic (89015163)
  4. adsp.freesurround:
    • Fix segfaults (PR:3, 5 commits, 17 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:8266: Revert to process action without unicode.



RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - movie78 - 2015-10-21

Just update my Raspberry Pi 2 to the latest nightly for the first time.
What is the username and password too SSH or FTP into the PI.

Thanks!


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - vbat99 - 2015-10-21

User should be root
Password. Is openelec


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - movie78 - 2015-10-21

(2015-10-21, 04:13)vbat99 Wrote: User should be root
Password. Is openelec

Thanks!


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - TVPL - 2015-10-21

(2015-10-20, 23:55)Milhouse Wrote: New OpenELEC Jarvis build #1020...

Great work !

Milhouse, how to test audio DSP function with addons: adsp.basic, adsp.biquad.filters, adsp.freesurround,.. ?


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - meccs - 2015-10-21

I have a question regarding the "sync playback to display" (didn't know where else to ask). If I set it to resample audio shouldn't the pll stay fixed? When I check the codecinfo the pll fluctuates with the option set to resample and adjust pll. (latest OpenELEC beta). I could have sworn that it stayed fixed with other kodi releases when I set it to resample audio.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Diemetrik - 2015-10-21

I try AirPlay on latest #1020 build. iOS 9.0.2. Nothing happen. I don't hear any sound from RPi2.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - popcornmix - 2015-10-21

(2015-10-21, 16:03)meccs Wrote: I have a question regarding the "sync playback to display" (didn't know where else to ask). If I set it to resample audio shouldn't the pll stay fixed? When I check the codecinfo the pll fluctuates with the option set to resample and adjust pll. (latest OpenELEC beta). I could have sworn that it stayed fixed with other kodi releases when I set it to resample audio.

Are you using these builds?
"pll:" should only be displayed in overlay if "PLL adjust" is enabled.
You shouldn't see it if "resample audio" is enabled. You should see "rr:" instead.


Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-10-21

(2015-10-21, 12:10)TVPL Wrote:
(2015-10-20, 23:55)Milhouse Wrote: New OpenELEC Jarvis build #1020...

Great work !

Milhouse, how to test audio DSP function with addons: adsp.basic, adsp.biquad.filters, adsp.freesurround,.. ?

They're not included in these builds... maybe you can download them, not sure. For a while they wouldn't even build, and if they did build they crashed, so I stopped building them. I need to check them again.


Re: RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - Milhouse - 2015-10-21

(2015-10-21, 17:21)Diemetrik Wrote: I try AirPlay on latest #1020 build. iOS 9.0.2. Nothing happen. I don't hear any sound from RPi2.

Not sure if @Memphiz is subscribed to this thread in which case I would suggest posting iOS9/AirPlay problems in this thread:

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


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - meccs - 2015-10-21

(2015-10-21, 17:47)popcornmix Wrote:
(2015-10-21, 16:03)meccs Wrote: I have a question regarding the "sync playback to display" (didn't know where else to ask). If I set it to resample audio shouldn't the pll stay fixed? When I check the codecinfo the pll fluctuates with the option set to resample and adjust pll. (latest OpenELEC beta). I could have sworn that it stayed fixed with other kodi releases when I set it to resample audio.

Are you using these builds?
"pll:" should only be displayed in overlay if "PLL adjust" is enabled.
You shouldn't see it if "resample audio" is enabled. You should see "rr:" instead.
Oh sorry, I mixed up the Testbuilds with the Beta builds. Confused It shows pll when I select resample btw but I'll ask in a different thread.


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - movie78 - 2015-10-21

What are the setting for playing 3D.ISO files?

All my 3D movies are playing in 2D Build #1018


RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - hdmkv - 2015-10-21

Under Settings > Videos > Acceleration, enable 'Use Full HD HDMI modes for 3D'.