I noticed that my theme was reset, and also the colors are a lot more bleached than they used to be. That includes the interface but also when I'm playing a movie. 10.0.0 was OK in that regard.
Posts by sbstp
-
-
-
I have a brand new Raspberry pi 4 on which I installed LibreELEC 10.0.0. When I close my TV and re-open it, the TV says no input is detected. If I login via ssh to the pi and do systemctl restart kod, it fixes the issue.
I tried setting hdmi_safe=1 in config.txt, it does not fix the issue. config.txt:
Code
Display More# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2009-2014 Stephan Raue ([email protected]) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) ################################################################################ # Bootloader configuration # config.txt version v1 (do not remove or change this line!) ################################################################################ # For more options and information see # http://rpf.io/configtxt ################################################################################ # Default GPU memory split, 76MB are needed for H264 decoder gpu_mem=76 # Don't send initial active source message. # Avoids bringing CEC (enabled TV) out of standby and channel switch when # rebooting. hdmi_ignore_cec_init=1 ################################################################################ # Include distribution specific config file if it exists. ################################################################################ [all] include distroconfig.txt # uncomment to enable infrared remote recevier connected to GPIO 18 #dtoverlay=gpio-ir,gpio_pin=18 hdmi_enable_4kp60=1 hdmi_safe=1
-
-
I can't get HDMI-CEC to work on my Raspberry Pi 400 using the Libreelec 10.0 BETA1. I tried tweaking the input adapter settings, rebooting, checking the TV's settings... Everything looks good. But the TV does not detect the device, it detects my Odroid C2 with Libreelec 9.x just fine.
My TV is a HiSense H7709 Series (2019) 43" 4K Smart TV
-
I also tried it on LibreELEC 8 that's running on a Raspberry Pi 3 via USB cable as well and it works fine!
On the Rpi3, the controller is detected and works out of the box. The Xbox logo in the center is lit.
On the Odroid C2, the controller is not detected and the Xbox logo is not lit! It does get power though, because when I click the logo it flashes for a while.
-
Sorry about that, here it is: 02:29:27 T:548100825088 NOTICE: special://profile/ is mapped to: special://m - Pastebin.com
That's the full log but debug wasn't on. I can give you a full log with debug on too. Here it is 02:29:27 T:547627991040 NOTICE: special://profile/ is mapped to: special://m - Pastebin.com
-
When trying to play a video file, the video doesn't play. I see the seek time moving but there's no image or sound. The video file is old, it's an avi file of a 2000's show, VLC says the codec is MS MPEG-4 Video v2 (MP42). I'm using an ODROID-C2 device with LibreELEC (Krypton) v7.90.007 ALPHA. Below is the log when I open the file:
Code
Display More16:44:17 T:548100825088 NOTICE: VideoPlayer: Opening: smb://RASPBERRYPI/tank/downloads/Jackie Chan Adventures/Season 1/1x04- Enter the Viper.avi 16:44:17 T:548100825088 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 16:44:17 T:545945125088 NOTICE: Creating InputStream 16:44:17 T:545945125088 NOTICE: Creating Demuxer 16:44:17 T:545945125088 NOTICE: Opening stream: 0 source: 256 16:44:17 T:545945125088 NOTICE: Creating video codec with codec id: 16 16:44:17 T:545945125088 ERROR: Unable to load libamplayer.so, reason: libamplayer.so: cannot open shared object file: No such file or directory 16:44:17 T:545945125088 WARNING: CAMLCodec::CAMLCodec libamplayer.so not found, trying libamcodec.so instead 16:44:17 T:545945125088 NOTICE: Creating video thread 16:44:17 T:545945125088 NOTICE: Opening stream: 1 source: 256 16:44:17 T:547306336480 NOTICE: running thread: video_thread 16:44:17 T:545945125088 NOTICE: Finding audio codec for: 65536 16:44:17 T:545945125088 NOTICE: Creating audio thread 16:44:17 T:547297947872 NOTICE: running thread: CVideoPlayerAudio::Process() 16:44:17 T:547297947872 NOTICE: Creating audio stream (codec id: 65536, channels: 2, sample rate: 44100, no pass-through)
-
I'm getting audio issues on my ODROID-C2 as well. I'm playing to my TV through HDMI.
Edit: I downgraded to 7.90.005 and the issues are gone. Definitely something wrong with 7.90.006.
-
I was watching a twitch.tv stream using the Twitch addon, and my ODROID-C2 froze sereval times. The sound starts looping, the image freezes and the ssh connection does not respond anymore. I enabled the debug log and it spams this message: "DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 1". The stream is 720p@60fps 8 bit h264, which, based on the specs, should be handled fine.
Does anyone have issues of this kind?