oscartbeaumont / ElectronPlayer

An Electron Based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane, Hulu And More
MIT License
494 stars 93 forks source link

Raspberry Pi support #69

Open joshatron opened 4 years ago

joshatron commented 4 years ago

Hey, I really like this app, but ran into an error when trying to install on a raspberry pi (specifically the pi 4, 4gb model).

Trying to install on snap results in this error: error: snap "electronplayer" is not available on stable for this architecture (armhf) but exists on other architectures (amd64).

For the AppImage, I get this error: bash: ./electronplayer-2.0.8.AppImage: cannot execute binary file: Exec format error.

I may try and install from source for myself, but it being an easy install would be greatly appreciated.

oscartbeaumont commented 4 years ago

By the looks of it support could be added as talked about in electron-userland/electron-builder#831 and electron-userland/electron-builder#778, the build system is going to be moved from TravisCI to Github Actions upon the next release so I will try and add an ARM Linux release then.

joshatron commented 4 years ago

Sound good, thanks!

CrysK commented 1 year ago

Is ARM still not supported?