Closed TelDragon closed 3 years ago
You won't be able to build an image on ARM, you need x86_64.
As for the documentation about the deployment, it's not exists. There are build scripts that you can look at and PKGBUILDs of all packages. Sorry for this, I'm doing software alone and I don't have time to write documentation on many things that most users don't need.
If you need to run pikvm on a non-RPi system, then one of the users is just porting to other ARM boards. Just wait for it to finish.
@mdevaev Thank you very much for your reply I am looking forward to the results and experience of another user
Errot
OS info
Do you have installation and deployment documents here? It is not a targeted system OS package, nor is it the operation of docker.
For example, what development libraries and services do we need when deploying this environment? apt install -y *xx-dev ..... For example, which libraries do you use to run your python3 project? pip install -r ..xxx.txt
The structure of this project? kvmd (/etc/kvmd) ustreamer (/etc/ustreamer)
And start the service systemctl start kvmd ?? systemctl start ustreamer ??