This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:edge2:applications:edge2-moonlight-embedded [2025/05/15 06:05] gray created |
products:sbc:edge2:applications:edge2-moonlight-embedded [2025/06/29 21:44] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Edge2 moonlight-embedded ====== | + | ====== Edge2 Moonlight-embedded ====== |
| Edge2 has ported moonlight-embedded to Ubuntu, allowing you to stream and control other PCs from Edge2 for remote work or smooth PC gaming. | Edge2 has ported moonlight-embedded to Ubuntu, allowing you to stream and control other PCs from Edge2 for remote work or smooth PC gaming. | ||
| - | Moonlight is the client app that works with Sunshine (the server) on your PC. Install Sunshine using: | + | Moonlight is the client app that works with Sunshine (the server) on your PC. Install Sunshine using: |
| - | # Get Moonlight Package | + | ===== Download |
| - | ```shell | + | You can download package here: |
| - | mkdir ~/ | + | |
| - | cd ~/ | + | [[https:// |
| - | wget https://github.com/ | + | |
| + | [[https://raw.githubusercontent.com/ | ||
| + | |||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | ``` shell | ||
| + | $ sudo dpkg -i moonlight-embedded/ | ||
| + | ``` | ||
| + | |||
| + | ===== Using Moonlight ===== | ||
| + | |||
| + | The Edge2 version of Moonlight uses command line only (no graphical interface). | ||
| + | |||
| + | ==== Pair with Host PC ==== | ||
| + | After installing Sunshine on your PC: | ||
| + | ``` shell | ||
| + | $ moonlight pair $PC_IP | ||
| + | ``` | ||
| + | |||
| + | Both devices must be on the same local network | ||
| + | |||
| + | ==== List Available Apps ==== | ||
| + | ``` shell | ||
| + | $ moonlight list $PC_IP | ||
| + | ``` | ||
| + | |||
| + | ==== Stream Desktop Control ==== | ||
| + | ``` shell | ||
| + | $ moonlight stream -app Desktop -4k $PC_IP | ||
| + | ``` | ||
| + | |||
| + | ==== Help & More Commands ==== | ||
| + | ``` shell | ||
| + | $ moonlight --help | ||
| + | ``` | ||
| + | |||
| + | [[https:// | ||