@arcueid Hi, sorry for the b*mp.
Do you know where I can find moonlight logs in recalbox ?
Latest posts made by arcueid
-
RE: Moonlight/Sunshine pin refused
-
Moonlight/Sunshine pin refused
Hi,
I'm trying to associate recalbox's moonlight to my pc'sunshine.
First I followed this post to export this variable:export QT_QPA_PLATFORM=offscreen
(https://forum.recalbox.com/topic/33731/moonlight-error-mlpair-could-not-pair/3)
Unfortunately, PIN code is still refused:
# /recalbox/scripts/moonlight/Moonlight.sh pair Arcueid-PC Hostname mode MY-PC(192.xxx.xxx.xxx) /recalbox/share/system/configs/moonlight/moonlight-MY-PC.conf | /recalbox/share/system/configs/moonlight/keydir-MY-PC When PIN is asked on your PC, enter the number ----> ABCD <---- GFE Host MY-PC(192.xxx.xxx.xxx) running GFE 3.23.0.74
Sunshine GUI returns this error (in french):
Échec de l'appairage : Vérifiez si le code PIN est correctement saisi
Sunshine logs are not very verbose about PIN pairing, even in verbose.
I tried local moonlight on my PC and it can pair and stream.
Anyone knows why it doesn't works ?
Where can I get relevant logs ?BR,
Alex.P.S.:
My hardware configuration:
recalbox latest on odroid xu4
sunshine on my i7 920 + gtx 970 -
RE: Odroid-XU4 Kodi with RB6.1
Thanks I'll follow it.
There is 2 issues I think :
- audio config not restored on boot (after manual setting, I get audio in games)
- kodi audio not working at all (even after setting audio output device in RB)
-
RE: Odroid-XU4 Kodi with RB6.1
I tried this config, but there is still no sound on HDMI:
- cat /boot/config.txt
hdmi_drive=2
dtparam=audio=on
config_hdmi_boost=0
hdmi_force_hotplug=1
- cat /boot/config.txt
-
RE: Odroid-XU4 Kodi with RB6.1
After reboot, Kodi is able to play videos without sound.
If I go to settings/audio, menu stucks for 20/30secs, then goes timeout.
There I cannot select audio output (with is empty !).Any idea ?
Some infos:
- recalbox.conf:
audio.device=auto
audio.volume=100
audio.bgmusic=1 - /boot/config:
<empty> - cat /proc/asound/cards:
0 [OdroidXU4 ]: Odroid-XU4 - Odroid-XU4
Odroid-XU4 - grep audio /etc/retroarch.cfg | grep -v "#":
<empty> - lsmod | grep snd
<empty> - cat /etc/modules.conf
uinput
usbhid - amixer
<empty>
Looks like no driver is loaded ...
- recalbox.conf:
-
RE: Kodi crashes after library scan
I confirm library scanning is working back.
Some magic have been done in kernel/filesystem ...
Thanks. -
RE: Kodi crashes after library scan
Looks better with RB6.1 (I have to test more when I'll have time to update all libraries)
Since there is no Kodi update, was it an issue with kernel ? or some libraries ?However, I cannot play any file since audio is not working
-
Odroid-XU4 Kodi with RB6.1
Hi,
I updated to RB6.1 and found new issues :
- system sound is at 0% after start.
- kodi cannot play videos (they are freezing)
- no sound when playing music
- default sound card seems to be analog on kodi, while I'm using an AVR.
BR,
Alex. -
RE: Kodi crashes after library scan
Hi, no help so far.
Someone on discord reproduced the issue on Odroid-Xu4.I updated to RB6.1 and found new issues :
- system sound is at 0% after start.
- kodi cannot play videos (they are freezing)
- no sound when playing music
- default sound card seems to be analog on kodi, while I'm using an AVR.
I posted a new thread here : https://forum.recalbox.com/topic/18866/odroid-xu4-kodi-with-rb6-1
-
RE: Kodi crashes after library scan
Last step I tried to remove all modules from Kodi (menuconfig), except alsa but even without mysql modules, I get a segfault on Kodi start.
Since there is no help here, I'm looking for help on recalbox's github and buildroot.