• 1
  • 476
  • 477
  • 478(current)
  • 479
  • 480
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2019-01-30, 15:45)cicciopanzo Wrote: need to transcode to be able to see tv channels outside home (trought VPN).

As you mentioned the Pi3+ running kodi has no issue to play channel using "pass" or "htsp". Also other kodi "client" in the same LAN are able to play the video broadcasted by the Pi3+.

The problem is that "pass" or "htsp" use 10 MB/s of bandwitch. That's good in the same LAN but a problem if I try to stream over mobile network or over slow ADSL. 

What you want isn't really a feature of kodi or libreelec. It may be possible to configure, but I'm not sure.

You might want to look a dedicated setup for doing this on a Pi. I've not tried but this thread seems to be doing what you are asking.
https://www.raspberrypi.org/forums/viewt...&start=275
Got into a bootloop with the latest version.
Anyone I can do to fix it?
Phew, could still enter Putty, so just downloaded the previous (18.0 Final) version and all is working again!
New LibreELEC.tv Leia build #0130: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 470b91d2a258cbf91c0cca2b4a44ed9c7bbf5ac219e38ce334793a55a50540e8 (RPi)
SHA256 Checksum: e0779be02eb756e3733fb06e12836f0e900b9fca24920c3885e4b45d2b6b3a36 (RPi2)

text:
# uname -a
Linux rpi512 4.19.17 #1 Wed Jan 30 21:04:07 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Jan 22 2019 16:54:23
Copyright © 2012 Broadcom
version 7bfabcecab2918f85a2a217b389e256eac696962 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190130210301-#0130-g720a3a4 [Build #0130]

# Kodi version
(18.1-RC1 Git:6cce837). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (720a3a4, changelog) and tip of XBMC master (6cce837, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. kernel 4.19.y:
    • New commits in this build:
      • audioinjector-octo: revert to dummy supplies (8f862eec)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:177 (perma): Recording edls (pvr.vuplus)
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.
I ma currently running #0127 and later on a RPI2 no overclocking.
I am trying to get edl function to work but having very intermittent results. 
Tv recording BBC HD .ts file 1920x1080 50i

edl file same filename as recorded file but etn is .edl Frames for commercial skip
#000    #3744    3
#19068    #25444    3 
#44041    #50463    3 
#69015    #75425    3 
#92015    #95983    3 


Tried edl function using mml decoder
No edl flag showing in codec information.
NO cut or skip operation

Tried edl function with omx decoder
edl flag showing in codec information.
edl works but inconsistent


Do I need to add anything to my advancedsettings.xml?
ny suggestions would be helpful:-
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
Operation of edl function for commercial skip operation update:-

Wiki suggests edl format supported actions are:
0 - Cut
1 - Mute
2 - Scene Marker (if start and end times are specified, the end time is used)
3 - Commercial Break


In order to make my operation predictable I found the following criteria required
  • Running on recent build such as LibreELEC (Milhouse): devel-20190129212017-#0129-g720a3a4 [Build #0129] 9.0, kernel: Linux ARM 32-bit version 4.19.17
  • RPI3 model B used 
  • Video player codec omx and mml need to be selected
  • edl file needed to be in following format and use timecode rather than frames

00:00:00:00    00:02:29:19    3 
00:12:40:12    00:16:59:01    3 
00:29:18:17    00:33:37:01    3 
00:45:59:20    00:50:16:01    3 
01:01:22:13    01:03:59:08    3 
01:01:22:13    01:03:59:08    3 
        3 
        3 
        3 
        3 
        3 

Using above commercial skip function this worked satisfactory using 3 (Commercial break) in 3rd column. I could not get option 1 (cut) to work.
The above worked when directly loading/playing the file.
I found in cut operation it got confused when FF/Rew before and after cut point, maybe the video buffer or something have been flushed??

Hope others find this useful
Location UK; Media server Windows 7 with ArgusTV 2.3 with TBS6981 DVB-S2 x4 and DVB-T x 2:All network connections cabled on 1Gb router Raspberry Pi2 1GB x 2; RPI 3 x1; PiB+512MB x 3; TV Samsung 55" C8000; AV Denon AVR X2200W
New LibreELEC.tv Leia build #0131: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 3287ae669973a986fb1311178a587be77300705816a65c90cb776137f2c9710b (RPi)
SHA256 Checksum: c1479d898a5b9c243949180d8ad3d1d15f567285c1574ef7e8d97d5dad928c3e (RPi2)

text:
# uname -a
Linux rpi512 4.19.17 #1 Thu Jan 31 21:30:08 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Jan 22 2019 16:54:23
Copyright © 2012 Broadcom
version 7bfabcecab2918f85a2a217b389e256eac696962 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190131212758-#0131-g974f4cb [Build #0131]

# Kodi version
(18.1-RC1 Git:c734016). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (974f4cb, changelog) and tip of XBMC master (c734016, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • cleanup: remove WC/WP1 projects and 3.10 kernel target (PR:3263, 3 commits, 47 files changed)
    • projects: rename Amlogic to Amlogic_Legacy (PR:3264, 1 commit, 76 files changed)
    • ccache: update to ccache-3.6 (PR:3281, 1 commit, 1 file changed)
    • sed: update to 4.7 (PR:3258, 1 commit, 1 file changed)
    • busybox: update to busybox-1.30.0 (PR:3202, 1 commit, 4 files changed)
  2. XBMC:
    • [cmake] fix policy CMP0053 (PR:15359, 1 commit, 1 file changed)
    • [depends] remove unused platform lib (PR:15376, 1 commit, 2 files changed)
    • [Demux] VP9 does not provide extradata (PR:15368, 1 commit, 3 files changed)
    • [win10] filesystem: catch an exception while reading or writing a file. (PR:15383, 1 commit, 1 file changed)
    • [videoplayer] winrenderer: do scaling in output shader instead of yuv2rgb shader (PR:15382, 1 commit, 3 files changed)
  3. pvr.mythtv:
    • sync upstream cppmyth (2.12.1) (9a8b90c)
    • bump version 5.10.5 (eaa4a50)
  4. kernel 4.19.y:
    • New commits in this build:
      • staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit (56ee9d21)
      • staging: bcm2835-codec: variable vb2 may be used uninitialised (cbb3d878)
      • staging: bcm2835-codec: Fix potentially uninitialised vars (13a3bb1c)
      • video: bcm2708_fb: Add compat_ioctl support. (111d650f)
      • video: bcm2708_fb: Fix warnings on 64 bit builds (5daa8e1a)
      • video: bcm2708_fb: Clean up coding style issues (8ef59203)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3260 (perma): linux (RPi/Generic): update to linux-4.19.19
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.
I just noticed when playing music (any mp3), and then selecting settings/LibreElec the pi3 will crash and reboot itself.
Does not crash with other media types like TV or movies nor any other settings menus.


log > http://ix.io/1zLi
ver # 0131 & Cant honestly say when this would have started.
Seems to be triggered by the shadertoy visualization.

Probably unrelated, but this repeated log message doesn't seem good:
text:

Feb 01 14:33:57 KodiLiving kodi.sh[365]: glGetError 0x502
Feb 01 14:33:57 KodiLiving kodi.sh[365]: glGetError 0x502
Feb 01 14:33:57 KodiLiving kodi.sh[365]: glGetError 0x502
Feb 01 14:33:57 KodiLiving kodi.sh[365]: glGetError 0x502
Feb 01 14:33:57 KodiLiving kodi.sh[365]: glGetError 0x502

@popcornmix any ideas?
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.
New LibreELEC.tv Leia build #0201: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 91288723da36599cba2cf63a02d469e301eca45ba287f44795b3b034857bdc91 (RPi)
SHA256 Checksum: 4bd89e45738076c7366a28ace7f970d0afef2ba9c8b7816fec45c42c1baf9600 (RPi2)

text:
# uname -a
Linux rpi512 4.19.17 #1 Fri Feb 1 23:22:16 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Jan 22 2019 16:54:23
Copyright © 2012 Broadcom
version 7bfabcecab2918f85a2a217b389e256eac696962 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190201232112-#0201-g974f4cb [Build #0201]

# Kodi version
(18.1-RC1 Git:bf6bc52). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (974f4cb, changelog) and tip of XBMC master (bf6bc52, changelog) with the following modifications: Build Highlights:
  1. [PVR][videoplayer] Fix PVR input stream creation ...
  2. [Resolution] Check current mode if whitelist doesn't match
Build Details:
  1. XBMC:
    • [PVR][videoplayer] Fix PVR input stream creation ... (PR:15381, 1 commit, 6 files changed)
    • [TexturePacker] update windows dirent implementation (PR:15392, 1 commit, 1 file changed)
    • [Android] check if intent is valid (PR:15394, 1 commit, 1 file changed)
    • [Resolution] Check current mode if whitelist doesn't match (PR:15385, 1 commit, 1 file changed)
  2. pvr.mythtv:
    • Allow user to configure color display for damaged recordings. (db02fb3)
    • update translations fr,ca,de (22b3098)
    • All EDL to be sent as SCENE rather than COMM_BREAK (ed3949e)
    • update translations fr,ca,de (9846896)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3282 (perma): mesa: update to mesa-18.3.3
    • Added: [env] PR:3283 (perma): config/functions: add cross-compile property support
    • Added: [env] PR:3284 (perma): libva: update to libva-2.4.0
    • Updated: [pkg] PR:177 (perma): Recording edls (pvr.vuplus)
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.
(2019-02-02, 02:05)Milhouse Wrote: Seems to be triggered by the shadertoy visualization.
 
Thanks - Thats it - Smile
Setting to "none" enables me to enter the menu while music is playing.
But if set to Spectrum , it also hangs while trying to enter the LibreElec menu.
New LibreELEC.tv Leia build #0202: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: c6deb3aa01aabe044ba9ec00e69d92e8040847decc4a6dfab948fd65a59882fb (RPi)
SHA256 Checksum: 5ccb30af9c9059efd1a41192e6db43d418c069c599cf9c5dd7342f2b6b79d7ec (RPi2)

text:
# uname -a
Linux rpi512 4.19.17 #1 Sat Feb 2 21:37:02 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Jan 22 2019 16:54:23
Copyright © 2012 Broadcom
version 7bfabcecab2918f85a2a217b389e256eac696962 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190202213556-#0202-g974f4cb [Build #0202]

# Kodi version
(18.1-RC1 Git:402755d). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (974f4cb, changelog) and tip of XBMC master (402755d, changelog) with the following modifications: Build Highlights:
  1. Remove ARB postfix from GL functions
Build Details:
  1. XBMC:
    • [guilib] d3dtexture: fixed wrong render target index. (PR:15401, 1 commit, 1 file changed)
  2. peripheral.joystick:
    • addon.xml.in: Bump to version 1.4.7 for Leia release (PR:158, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:177 (perma): Recording edls (pvr.vuplus)
    • Added: [pkg] PR:14571 (perma): Remove ARB postfix from GL functions
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.
Hello,

I am getting problems with Libreelec Settings Add-on. When i enter and move between different options sections (system, connections, bluetooth, etcetera) sometimes the options inside each section do not load and i cannot exit form the add-on and i have to reset the raspberry pi. The system still working because i hear the system sounds but the options do not appear and cannot exit. I attacth the debug log of my raspberry pi 3B+ with the latest build #0202 where i reproduce the problem. Happens also with previous builds. I am trying to test a bluetooth usb dongle for some days and i detect this strange behaviour of Libreelec Settings Add-on but not sure in what build the problem start.


https://paste.kodi.tv/ciqivuloxi.kodi
(2019-02-03, 21:22)Akirafubuki Wrote: Hello,

I am getting problems with Libreelec Settings Add-on. When i enter and move between different options sections (system, connections, bluetooth, etcetera) sometimes the options inside each section do not load and i cannot exit form the add-on and i have to reset the raspberry pi. The system still working because i hear the system sounds but the options do not appear and cannot exit. I attacth the debug log of my raspberry pi 3B+ with the latest build #0202 where i reproduce the problem. Happens also with previous builds. I am trying to test a bluetooth usb dongle for some days and i detect this strange behaviour of Libreelec Settings Add-on but not sure in what build the problem start.


https://paste.kodi.tv/ciqivuloxi.kodi
There's no obvious error in your kodi.log, can you identify the first build when this behaviour started?
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.
Quote from LibreELEC News from the News and Announcements page regarding LibreELEC (Leia) 9.0.0 RELEASE

More people are using VPN services for privacy without realising this exposes SSH/SMB/Web services. To combat this problem we have added simple firewall configurations for Home/Public networks; the Home configuration blocks inbound connections from non-private networks, e.g. traffic from the Internet to the public IP address used with the VPN connection.

Like I mentioned before in my now deleted post: there is nothing wrong with using VPN software. As an expat for example, one could use it to (very legally) watch geo-blocked catch-up tv.
  • 1
  • 476
  • 477
  • 478(current)
  • 479
  • 480
  • 495

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