i found this, and would like to test it, however i dont think there is a x86 nightly build available yet for usb install ?
Posts by kamaradski
-
-
How is that even possible? i reinstalled from scratch from usbstick ?
I didnt even bother to install a skin or anything after the reinstall, so i'm totally clueless as to why that would still show up? formatting the HDD is part of the installation....
edit:
Looking at the timestamps of the log snippets you posted this looks like a misunderstanding, as they are from the first log. As requested i immediately did a full reinstall and have posted 2 clean logs since. You gave me a scare there for a minute.
-
ok, done more testing and after playing with optimising my SMB server without too much result i decided to not use the network at all.
so copied a file to the local SSD /storage/.. and played it from there. no luck still having buffer problems... this is a bit strange to me.
Code20:17:30.244 T:140173211846400 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer 20:17:33.695 T:140174434716992 WARNING: Previous line repeats 41 times.
so what should i be looking at next ? are my render capabilities to weak ? the ChromeBox is similar in hardware to a NUC, all Intel based, and should have more than enough juice to pull this off, right?
/me starting to stare clueless at my box
-
thinking about this some more, i think i might only need to up the buffer and read speed right?
the device has enough space to locally cache, and is connected via gigabit wired network. Maybe the default cache of 20MB with the default read-speed of 4, is just not enough to feed it quick enough ?
-
understood i know the rules and live by them, i too had my fair share of issues with Crapware, and dont risk the wife's shouting when the box doesnt work
I did a clean installation: ZeroBin
setup procedure:
- burn a new USB installation stick with the official tool
- boot from usb, install from usb
- attach my NAS SMB-shares following: how_to:mount_network_share [LibreELEC]
- no further settings changes, apart from the audio output (analog 3.5mm output)
and as i was already fearing, the log is full of this:
Code21:22:14.969 T:139965098866432 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer 21:23:13.656 T:139966407363904 WARNING: Previous line repeats 703 times.
and again the problems start with a delay larger than 0.8 or 1 second
-
Thats maybe not a bad idea, this setup is years old and i have been experimenting with it a lot over time. I will do a totally clean setup and report back later this week. There shouldn't be any 'funky' add-ons installed atm, however there might be leftovers from past things i have tried.
Thanks so far for your patience and replies.
-
alright slow reply sorry, crazy week at work and little time for anything. Anyway i managed to pull a debug-log today i hope would assist troubleshooting.
Procedure:
- clean restart of the box (without library scanning)
- leave it for a minute
- navigate straight to a test movie file (took one off the internet for easy reference)
- let it play for exactly one minute before stopping it
- wait another 10sec or so, and pulled the file off the box via ssh
notes:
- 14:54:14.491 T:140143839213696 --> this is where i started playing the movie, i inserted a double empty line for easy identification
- at the time of playing, the audio off set was set to 2 seconds
- the one thing that seems off, and might be a good indicator is the repetitive line: WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
Observations:
- Most movies start crapping out with an audio delay above 0.8 sec, which i guess is still a very normal delay for most setups
- Even the Apple screensaver stops playing when i put the audio delay above 1 sec (even with locally cached files)
- my setup should have plenty of resources to handle this
-
1: yes, i'll figure out how to do this tomorrow.
2: indeed, out of those that work i found videos playing fine with 1.750 offset, but some others appear to need much more (i know not making much sense)
-
Hi all,
I recently bought a new speaker set that uses WLAN for Multi-room streaming. (teufel.de)
however when correcting the expected audio delay, i find that if i set offsets larger than 1second ahead, the video stops playing.
This is also true when i set this as default for all media, in these cases the video will just remain black and never plays at all. In case i than manually scroll the offset down again to below 1 second, the video start playing again.
And than, i would need to slowly increment the offset until i reach my desired 3 sec offset. However i need to be super careful as when i upp it too quickly it will again get stuck and i need to start over again.
Specs:
Libreelec 8.2.2 (Kodi 17.6)
on Asus chromebox (Celeron 2955u 1.4Ghz, 8GB mem, 64GB local ssd)
The problem exists for most video: local, LAN and WAN streaming. Some work with this setting, but most not
any help to troubleshoot this is highly appreciated.
-
Hi all,
I am creating a python based scraper for LE to fetch cdart&cdcover from fanart.tv with the ultimate end-goal to turn it into a actual addon in the LE repo.
It's fully working on any normal Linux/BSD box, and I'm currently ready to move this to my LE for the first test-runs. However for this script to work i will require Mutagen to be installed and accessible on the box.
Quotefrom mutagen.id3 import ID3
--> ImportError: No module named mutagen.id3
I tried installing the Mutagen addon from the kodi repo, but this is not working as i still get the same error. Googleing also didn't shed light on how i can:
- install mutagen on my box so i can test-run my script
- at a later stage make it work for other users in case i decide to submit this to the LE repo
Is there an easy way to get this working, and if yes: i link to some how-to resource would be highly appreciated.
-
Hi all,
I'm using the Kodi in our corporate network to keep an live news tv stream open for my team.
However other employees see my pulseaudio sink announcing itself on the network.
Is there a way to block this or turn it off without impacting normal operation of the system ?
BTW:
I'm using the current stable RPI3 build
KR
Kamaradski
-
Hello!You can set a ntp server which offers the right time zone:
serves:
0.uk.pool.ntp.org
1.uk.pool.ntp.org
2.uk.pool.ntp.org
3.uk.pool.ntp.orgBtw that way you never have to care about time changes anymore.
Regards
NicolasHi Nicolas,
Srry i also tried this, but as expected it didnt add UTC / BST / GMT to the list of available time-zones. How did you have this in mind to work correctly ?
-
yeah indeed, i also didnt find any way to select a specific timezone like UTC, GMT, BST, it looks like you can only select region
And UK time is GMT+1 for the next 6 months or so.
-
Hi All,
I need/want my libreelec to display all time in UTC, however i cannot seem to find how, sure i know how to set linux to use UTC, but then Kodi doesnt have an option in the interface to select this as a region.
I'm a bit lost as to how to approach this.