Posts by outcave
-
-
-
I have the same problem on my Raspberry Pi 2 after the upgrade to 7.95.3.
That problem was also on my Odorid C2 (since verison v7.90.008).
My workaround: thread-2319-post-18932.html#pid18932
Ciao.
-
Any news for the "official" LibreELEC BETA on Odroid C2?
Thanks. -
Since LibreELEC v7.90.010 the problem is reduced but it's still here.
Now the "main" problem is that if you go skipping forward or backwards in a video can happens that the video freeze with the "Buffering..." OSD info and the video remain freezed.Another problem that I found is a constant dropped frames (constantly every some seconds) during playback of SD (Standard Definition) .avi file of XviD or DivX (MPEG-4) using the Hardware acceleration.
If I switch (in the settings) to software decoding for that non HD file the video is OK. -
The problem is always the same: LibreELEC uses the LibreSSL library. LibreSSL does not work with Certificate that will expire after year 2038 on 32 bit operating system (such as Raspberry Pi, Raspberry Pi 2, etc...). The Hide.me Certificate will expire in year 2046.
Read here: LibreELEC
Read here: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)For now the only solution is to contact Hide.me and ask to have a new Certificate (CA) that will expire before 2038. Hide.me is "friendly" and I'm quite sure that will give you a new Certificate if you will explain the problem. So go on to open a Support Ticket on Hide.me website.
-
Hi again chewitt,
thanks to you to improve LibreELEC addressing these bugs. -
I have that same problem:
During playback Skipping forward or backwards in a video sometimes causes subsequent video playback stuttering. And also if I will stop playback and open (play) another movie the video is stuttering. The only workaround is to reboot LibreELEC.
I have gived a look into Debug log but there is not any "info" about that.
Hope in a fix.Thanks!
-
I have same your config:
Odroid-C2 ----(HDMI)----> Onkyo Receiver ----(HDMI with ARC)----> Panasonic Plasma TVI'm still using my workaround: setenv hdmi_cec "0" in /flash/boot.ini
Try this:
power off Odroid
power off TVthen
power on TV (select HDMI as input)
power on Odroidwhen all it's powered on and you are able to see Kodi, on TV change the input from HDMI to TV.
Now select again HDMI so Kodi is again on TV
Reboot Odroid.Now it should be working.
CEC support on Raspberry Pi is better then Odroid C2.
-
-
For what I know... No (or not yet)
-
-
-
You are having the same problem that I faced on my Odroid C-2: LibreELEC
The problem seem the network interface was added (eth0 {add}), next deleted (eth0 {del}) and next added again (eth0 {add})....
It results the "wait for network" does not work.
For what I know until now I don't have seen a solution. -
I found this: LibreELEC. And it might be related.Yes, I'm quite sure it's the same problem that I faced.
But please do that:
1. In settings enable "Wait for network before starts Kodi"
2. Enable Debug log
3. Reboot
4. After boot, from the ssh shell, execute:
A: journalctl -a | pastebinit
B: cat $HOME/.kodi/temp/kodi.log | pastebinitAnd give us the two links that the shell will "answer".
-
-
-
it's same with the autostart.sh.....
do you need others log?
[hr]
OK, some news:
The problems happens only on Odroid C2.
With Raspberry Pi 2 no problem found (Database created).Here the "journalctl -a | pastebinit" of Raspberry Pi 2: KjFU
You can compare with "journalctl -a | pastebinit" of Odroid C2: DNCBAll the "eth0 del" found on the log of Odroid C2 (wlan0 on the Raspberry Pi 2) on the Raspberry Pi2 there are not..
It seem that the boot procedure/sequence is different from Odroid and Raspberry Pi.On Raspberry Pi 2 the "systemd[1]: Started Kodi Media Center." happens after "connmand" bring up the network (rightly there is only one connmand).
On Odroid C2 the "systemd[1]: Started Kodi Media Center." happens after "connmand" bring up the network BUT next connmand will go bring down the network and next again bring up again the network (3 times connmand) .....
See from the log:1. ADD Network (at 18:52:40):
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 192.168.147.0 gw 0.0.0.0 scope 253 <LINK>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 192.168.147.1 gw 0.0.0.0 scope 253 <LINK>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 8.8.8.8 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 8.8.4.4 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 0.0.0.0 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {del} route ff00:: gw :: scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 0.0.0.0 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 8.8.4.4 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 8.8.8.8 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:40 LibreELEC connmand[314]: eth0 {add} route 192.168.147.0 gw 0.0.0.0 scope 253 <LINK>-----
2. REMOVE Network (at 18:52:42):
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {RX} 0 packets 0 bytes
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {TX} 10 packets 1088 bytes
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {update} flags 36867 <UP>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {newlink} index 2 address 00:1E:06:33:C4:34 mtu 1500
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {newlink} index 2 operstate 2 <DOWN>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} route 0.0.0.0 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} route 8.8.8.8 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} route 8.8.4.4 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} route 192.168.147.1 gw 0.0.0.0 scope 253 <LINK>
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} address 192.168.147.27/24 label eth0
Oct 20 18:52:42 LibreELEC connmand[314]: eth0 {del} route 192.168.147.0 gw 0.0.0.0 scope 253 <LINK>-----
3. ADD Network again (at 18:52:44):
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {RX} 0 packets 0 bytes
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {TX} 10 packets 1088 bytes
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {newlink} index 2 address 00:1E:06:33:C4:34 mtu 1500
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {newlink} index 2 operstate 6 <UP>
Oct 20 18:52:44 LibreELEC connmand[314]: Skipping disconnect of carrier, network is connecting.
Oct 20 18:52:44 LibreELEC kernel: libphy: stmmac-0:00 - Link is Up - 1000/Full
Oct 20 18:52:44 LibreELEC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 20 18:52:44 LibreELEC connmand[314]: ipconfig state 3 ipconfig method 1
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} address 192.168.147.27/24 label eth0 family 2
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} route 192.168.147.0 gw 0.0.0.0 scope 253 <LINK>
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} route 192.168.147.1 gw 0.0.0.0 scope 253 <LINK>
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} route 8.8.8.8 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} route 8.8.4.4 gw 192.168.147.1 scope 0 <UNIVERSE>
Oct 20 18:52:44 LibreELEC connmand[314]: eth0 {add} route 0.0.0.0 gw 192.168.147.1 scope 0 <UNIVERSE>"Wait for network connection before starting Kodi" does not work on Odroid C2