You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVidia Geforce Experience version: Current version Moonlight Embedded version: 2.5.3 Moonlight Embedded source: GitHub Moonlight Embedded running on: Le Potato Moonlight Embedded running on distribution: Raspbian Buster
Verbose output -verbose of Moonlight Embedded:
pi@raspberrypi:~ $ moonlight --verbose stream
Moonlight Embedded 2.5.3 (PI;MMAL;ALSA;PULSE;EMBEDDED)
Searching for server...
Connecting to 192.168.1.72...
GPU: NVIDIA GeForce RTX 3060, GFE: 3.27.0.112 (gs_04_50_32193813, 7.1.450.0)
Platform Raspberry Pi (Broadcom)
Loading mappingfile /usr/local/share/moonlight/gamecontrollerdb.txt
Not mapping meson_ao_cec as a gamepad
Not mapping meson-ir as a gamepad
Not mapping Lite-On Technology Corp HP USB Multimedia Keyboard as a gamepad
Not mapping Lite-On Technology Corp HP USB Multimedia Keyboard Consumer Control as a gamepad
Not mapping Lite-On Technology Corp HP USB Multimedia Keyboard System Control as a gamepad
Not mapping SIGMACHIP Usb Mouse as a gamepad
Stream 1280 x 720, 60 fps, 10000 kbps
RTSP port: 48010
Initializing platform...done
Resolving host name...done
Initializing audio stream...done
Starting RTSP handshake...Audio port: 48000
Video port: 47998
Control port: 47999
done
Initializing control stream...done
Initializing video stream...done
Initializing input stream...done
Starting control stream...done
Starting video stream...* failed to open vchiq instance
What is the expected result?
My stream should begin
What happens instead of that?
Steam is launched on host PC but I am getting that failed to open vchiq instance. I see there is an AmLogic platform for Moonlight however when I run moonlight stream -platform aml it kicks back Platform 'aml' not found. Are these two problems related? How do I get the aml platform? Is there a better method to running Moonlight on an S905X chip? I've spent days researching this and everything I've come up with is from years ago where functionality has changed or unrelated to my specific problem. Thanks in advance.
The text was updated successfully, but these errors were encountered:
I only have experience from OSMC and the Vero4(+), where we compiled it but had to exchange some libs. See the wiki. Since you are using another OS i don't know the unique names for the same libs in your OS.
Another thing i notice that after "make install", even after ldconfig and reboot, somehow moonlight binary installed in path can't find the aml-lib. So I made this filestructure:. And it runs for me, platform=aml in moonlight.conf.
Please provide the following info.
NVidia Geforce Experience version: Current version
Moonlight Embedded version: 2.5.3
Moonlight Embedded source: GitHub
Moonlight Embedded running on: Le Potato
Moonlight Embedded running on distribution: Raspbian Buster
Verbose output
-verbose
of Moonlight Embedded:What is the expected result?
My stream should begin
What happens instead of that?
Steam is launched on host PC but I am getting that
failed to open vchiq instance
. I see there is an AmLogic platform for Moonlight however when I runmoonlight stream -platform aml
it kicks backPlatform 'aml' not found
. Are these two problems related? How do I get the aml platform? Is there a better method to running Moonlight on an S905X chip? I've spent days researching this and everything I've come up with is from years ago where functionality has changed or unrelated to my specific problem. Thanks in advance.The text was updated successfully, but these errors were encountered: