intergrated laplace to remotegameplay

This commit is contained in:
2021-07-24 23:21:22 +04:00
parent 8e33c63dbf
commit 90b3a076e0
23 changed files with 1836 additions and 189 deletions

View File

@@ -1,15 +1,14 @@
# Remote game play
The aim of this project is develop a WebRTC screenshare designed for streaming video games and
accpeting remote inputs.
There will be ansible intrcutions which can be executed inside into any virtual environment. This will
# Remote game play
The aim of this project is develop a WebRTC screenshare designed for streaming video games and
accepting remote inputs.
There will be ansible instructions which can be executed inside into any virtual environment. This will
a plugin which complements the project [P2PRC](https://p2prc.akilan.io)
## Laplace Binary
The laplace binary is generated from the fork:
## Laplace
Based on the fork:
https://github.com/Akilan1999/laplace/tree/keyboard_mouse
## Running laplace
## Start webrtc screenshare automatically
```
chromium --auto-select-desktop-capture-source=Entire screen --url https://0.0.0.0:8888/?mode=headless
chromium --auto-select-desktop-capture-source Entire screen --url https://0.0.0.0:8888/?mode=headless
```