clarkemw / script.moonlight-embedded-launcher

Launcher for moonlight-embedded on LibreELEC Raspberry Pi systems
MIT License
21 stars 6 forks source link

Is HEVC supported? #16

Open krisrok opened 2 years ago

krisrok commented 2 years ago

I tried to enforce h265 encoding by setting the arguments to Reading through docs of moonlight-qt to -codec h265. With this, the stream never starts and it stays on the LibreELEC screen.

Reading through some moonlight-qt docs , I wonder if this is at all possible on 9.x?

Is there some way to have a look at logs written by moonlight-embedded or other debugging options?

clarkemw commented 2 years ago

I don't think moonlight-embedded supports h265 on raspberry pi but moonlight-qt does. Try using this plugin instead for running with h265. I'm guessing you will have to run LibreELEC 10 as well. https://github.com/veldenb/plugin.program.moonlight-qt

The best way to view what moonlight is doing inside the container is to execute it from the commandline. Maybe add the -debug and/or -verbose flags to see more output. You can base your command off of these lines: https://github.com/clarkemw/script.moonlight-embedded-launcher/blob/61d68a164ce0949f9ef16a6ddaf5232185f95e9a/resources/lib/bin/launch_moonlight.sh#L44-L49