• 1
  • 118
  • 119
  • 120(current)
  • 121
  • 122
  • 218
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
Serge (who does the packaging for raspbian) did say:
Quote:https://wireless.wiki.kernel.org/en/deve...atory/crda

I haven't been able to find anything that talks about using the regulatory domain provided by the access point.
crda itself only takes a specific country code. wpa_supplicant does the same and dhcpcd doesn't seem to meddle with crda at all. According to that page, neither does NetworkManager.

I can't test everything out since my AP doesn't seem to specify the country. If someone has a setup that updates the regulatory domain using the information provided by the access point, then that would be a starting point. I'll keep looking but I haven't found software that does this yet.

So, if anyone can link to documentation or source code that suggests what the desired behaviour should be we can investigate further.
(2016-08-18, 22:23)ezar Wrote: If I want to spin down external USB... Huh

I did mine with hdparm, and used the autostart.sh file to have it trigger every boot.
Got mine set for 10mins, and works fine.
(2016-08-19, 01:21)markius Wrote: Is there any reason that LibreElec wouldn't be able to play this file:

Code:
root@debian:/home/hts# mediainfo Olympics\ 2016\:\ Basketball.ts
General
ID                                       : 2043 (0x7FB)
Complete name                            : Olympics 2016: Basketball.ts
Format                                   : MPEG-TS
File size                                : 53.9 MiB
Duration                                 : 30s 696ms
Overall bit rate mode                    : Variable
Overall bit rate                         : 14.6 Mbps

Video
ID                                       : 512 (0x200)
Menu ID                                  : 1081 (0x439)
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Format settings, GOP                     : M=4, N=12
Codec ID                                 : 27
Duration                                 : 30s 600ms
Bit rate                                 : 13.7 Mbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 25.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Interlaced
Scan order                               : Top Field First
Bits/(Pixel*Frame)                       : 0.265
Stream size                              : 50.1 MiB (93%)
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709

Audio
ID                                       : 660 (0x294)
Menu ID                                  : 1081 (0x439)
Format                                   : MPEG Audio
Format version                           : Version 1
Format profile                           : Layer 2
Codec ID                                 : 4
Duration                                 : 30s 648ms
Bit rate mode                            : Constant
Bit rate                                 : 192 Kbps
Channel(s)                               : 2 channels
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Delay relative to video                  : -510ms
Stream size                              : 718 KiB (1%)
Language                                 : English

Menu
ID                                       : 256 (0x100)
Menu ID                                  : 1081 (0x439)
Duration                                 : 30s 696ms
List                                     : 512 (0x200) (AVC) / 660 (0x294) (MPEG Audio, English)
Language                                 :  / English
Service name                             : BBC Olym 1 HD
Service provider                         : BSkyB
Service type                             : advanced codec HD digital television

It plays in WMP and VLC without a problem. On LibreElec I just get black screen.
I'm running LibreELEC (Milhouse) - Version: devel-20160817225656-#0817-g81237d7 [Build #0817]


I think you need to purchase the two codecs from the raspberry foundation, mpg2 and wvc1.
But 1st try enabling allow hardware acceleration - mmal. Its in the settings, under player/videos.
(2016-08-19, 01:21)markius Wrote: Is there any reason that LibreElec wouldn't be able to play this file:

Can you try adding this advancedsetting.xml?
Code:
<advancedsettings>
    <omx>
        <omxdecodestartwithvalidframe>0</omxdecodestartwithvalidframe>
    </omx>
</advancedsettings>
(2016-07-31, 22:10)popcornmix Wrote:
(2016-07-31, 21:17)meccs Wrote: So what exactly is the point of the PlayerProcessInfo? Isn't it basically a CodecInfo with less information while showing a title picture/thumbnail of what is currently playing? It looks good though but not enough info. Couldn't it be the same info as in the CodecInfo since the font is smaller and all?

Be aware that the current PlayerDebug is mostly unofficial info that I find useful in these test builds - most of the information is not in upstream kodi code.
So there isn't any overlap of info in upstream kodi - but if you want to see codec info and skips/drops then you need to use both PlayerDebug and PlayerProcessInfo.

Is the PlayerDebug Value "Speed + 1.000%" a typo and should be "Speed x 1.000%" or it this related to some sort of playback issueHuh
ASRock Beebox J3160 4GB RAM 120GB SATA SSD - Harmony Elite BT
Intel NUC Kit DN2820FYKH 4GB RAM 120GB SATA SSD - Harmony Smart Control BT
all @ Libreelec Testbuild
HP N54L @ Ubuntu 14.04.4 Minimal Server / MySQL DB
HP N40L @ Ubuntu 14.04.4 Minimal Server
New LibreELEC.tv Krypton build #0819: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.7.0 #1 Fri Aug 19 21:07:18 BST 2016 armv6l GNU/Linux

# vcgencmd version
Aug 19 2016 19:56:59
Copyright (c) 2012 Broadcom
version 04cb74d9feb624e2463cde9db466bdce8b9799e9 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160819210537-#0819-gf112a3c [Build #0819]

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

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (f112a3c7, changelog) and tip of XBMC master (08820dc8, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. PVR and VideoPlayer fixes
Build Details:
  1. Firmware (Aug 19):
    • firmware: Raspi[Still|Vid]Yuv: Add option for just saving luma. See: link
    • firmware: RaspiVidYuv: Add option of saving RGB data
    • firmware: Only change I2C/GPIO pin functions when needed
    • firmware: platform: Redo the audio remapping logic. See: link
  2. LibreELEC.tv:
    • packages/linux-drivers/brcmap6xxx-aml: disable power saving by default (PR:636, 1 commit, 1 file changed)
    • vdr: updates and 4k/hevc support (1b919e69)
  3. XBMC:
    • [PVR] All PVR windows: Prevent updates until window is fully initialized. Fixes trac#16848. (PR:10307, 1 commit, 6 files changed)
    • [PVR] Recordings window context menu fixes (PR:10308, 4 commits, 5 files changed)
    • VideoPlayer: some small fixes (PR:10310, 4 commits, 7 files changed)
    • [lang] remove spaces (PR:10312, 1 commit, 1 file changed)
    • remove longpress from left/right keys (PR:10311, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:635: Intel: add patch for kernel 4.7 HDMI sound
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.
friends.
Are raspberry pi 2 runs sound TrueHD and masterHd on kodi 17 .
Has anyone checked ?
Please reply.
Arthur
(2016-08-20, 08:09)artiz_ Wrote: Are raspberry pi 2 runs sound TrueHD and masterHd on kodi 17 .

The Pi can decode these losslessly to 8 channel PCM.
It cannot passthrough HD audio format.
(2016-08-19, 04:17)Milhouse Wrote:
(2016-08-19, 04:09)TVPL Wrote: I've checked, auto-update is "Never update...".

Hmmm... but Kodi is clearly checking the repository for an update (and failing).

(2016-08-19, 04:09)TVPL Wrote: My configuration no change since updated to libreElec buid #0607 (when DVD re-support)... May be i wrong else ?

I don't know, it makes no sense for this to have only started with #0814. Are you absolutely sure you don't see this in #0813 or earlier?

I'm not able to reproduce, so perhaps a clean .kodi will help.
Install 7.0.2 from image: OK, update to build #819: the same issue.
Must have internet connection then problem is solved Sad
I've noticed in recent test builds (including #0819) that Video setting -> 'Set as default for all media' for 'Deinterlace method' doesn't seem to be retained over a power cycle or libreelec restart, although it does affect all other video files until you restart.
The other settings (I checked 'Zoom amount') are retained over a restart.

I know RPi deinterlace is in active development in these builds and automaticaly setting it to 'auto' on restart helps get more community debug time, but hopefully this is only for debugging and won't also affect mainline when the changes get merged.

In my case, deinterlace still doesn't work 100% reliably for PVR use cases using OMX player (skipping forward/back over changes in aspect ratio causes OMX to lock up, although MMAL is now fixed).

IMO OMX still has slightly better picture quality and smoother playback with the files I use (UK DVB-S/S2/T/T2 recordings).
The slightly lower CPU usage also plays better with a wi-fi connection to my mythbackend when running on B/B+/Zero.
Hi,

first of all thanks for your effort in bringing us these builds everydaySmile

Now my question. I am using the next gen bootloader to be able to boot my rpi3 from usb. Is there any chance that you use in your builds the bootcode.bin and start.elf from the next branch?
(2016-08-20, 14:47)ramis52 Wrote: Hi,

first of all thanks for your effort in bringing us these builds everydaySmile

Now my question. I am using the next gen bootloader to be able to boot my rpi3 from usb. Is there any chance that you use in your builds the bootcode.bin and start.elf from the next branch?

When it is pushed to master.
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.
(2016-08-20, 14:02)metaron Wrote: In my case, deinterlace still doesn't work 100% reliably for PVR use cases using OMX player (skipping forward/back over changes in aspect ratio causes OMX to lock up, although MMAL is now fixed).
Can you find a way I can reproduce this? E.g. do you get this from a recording that includes an aspect ratio change.
Quote:IMO OMX still has slightly better picture quality and smoother playback with the files I use (UK DVB-S/S2/T/T2 recordings).
The pixels arriving at display should be bit identical between omx and mmal. It is possible that one or other may drop/skip frames which could result in less smooth playback.
Again if it can be reproduced from a recording I can investigate.
I am having really slow network speeds with these builds. If I use latest stable build (LibreELEC-RPi2.arm-7.0.2.tar) network is fast but not with these builds. Am I missing something.

thanks
joe
New LibreELEC.tv Krypton build #0820: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.7.0 #1 Sat Aug 20 22:56:56 BST 2016 armv6l GNU/Linux

# vcgencmd version
Aug 19 2016 19:56:59
Copyright (c) 2012 Broadcom
version 04cb74d9feb624e2463cde9db466bdce8b9799e9 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160820225515-#0820-gc5864e5 [Build #0820]

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

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (c5864e58, changelog) and tip of XBMC master (4c40fde2, changelog) with the following modifications: Build Highlights:
  1. Updated tvheadend42 with easier way to create debug trace logs
Build Details:
  1. LibreELEC.tv:
    • Intel: add patch for kernel 4.7 HDMI sound (PR:635, 2 commits, 2 files changed)
    • tvheadend42: update to 4.1.2188 (PR:638, 1 commit, 5 files changed)
  2. XBMC:
    • rename librarysettings to mediasettings (PR:10313, 1 commit, 2 files changed)
    • [EPG] EPG grid: fix crash on grid update if selected item start datet… (PR:10314, 1 commit, 1 file changed)
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.
  • 1
  • 118
  • 119
  • 120(current)
  • 121
  • 122
  • 218

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19