moonlight-stream / moonlight-android

GameStream client for Android
GNU General Public License v3.0
3.16k stars 503 forks source link

[Feature request]: Support Android x86 distributions like Blissos #1334

Open paju1986 opened 2 months ago

paju1986 commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently there are versions of Android that run on x86 tablets, like the surface lineup or the asus vivobook slatebook but moonlight dont work on them, because can't find hardware accelerated codecs.

Describe the solution you'd like

Making moonglight compatible with android on x86

Describe alternatives you've considered

Making moonglight compatible with android on x86

Screenshots

No response

cgutman commented 2 months ago

Are these officially supported with Android or is this custom ROMs that people are making for these?

Please run CodecInfo on the device and attach screenshots of the available H.264 codecs.

Moonlight is fully compatible with x86 devices, both ChromeOS, Windows Subsystem for Android, and the official Android emulator. It does enforce hardware-accelerated video decoding though, which may not be supported for unofficial Android ports.

hmtheboy154 commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently there are versions of Android that run on x86 tablets, like the surface lineup or the asus vivobook slatebook but moonlight dont work on them, because can't find hardware accelerated codecs.

Describe the solution you'd like

Making moonglight compatible with android on x86

Describe alternatives you've considered

Making moonglight compatible with android on x86

Screenshots

No response

BlissOS uses FFMPEG codecs (https://github.com/goffioul/external-stagefright-plugins) for hardware-accelerated decoder already. To enable FFMPEG codecs, either choose OMX (boot with FFMPEG_OMX_CODEC=1) or Codec2 (boot with FFMPEG_CODEC2_PREFER=1)

Codec2 is recommended

https://docs.blissos.org/configuration/configuration-through-command-line-parameters/

Screenshot_20240226-192406_Codec_Info

paju1986 commented 2 months ago

Thanks i will try out and report