This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge-2l:applications:edge-2l-moonlight-embedded [2026/02/26 01:30] gray Modify non-standard places |
products:sbc:edge-2l:applications:edge-2l-moonlight-embedded [2026/05/11 02:46] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Edge-2L Moonlight-embedded ====== | ====== Edge-2L Moonlight-embedded ====== | ||
| - | Moonlight-embedded has been ported to Ubuntu on the Edge-2L, enabling you to stream and control your desktop PC for remote work or low-latency gaming. | + | {{page> |
| - | + | ||
| - | Moonlight is the client application that pairs with Sunshine (an open-source GameStream server) running on your host PC. To get started, install Sunshine on your PC following the official guide: [[ https:// | + | |
| - | + | ||
| - | ===== Download Moonlight-embedded package ===== | + | |
| - | + | ||
| - | Download the appropriate Debian package for your Ubuntu version: | + | |
| - | + | ||
| - | Ubuntu 24.04 (Noble): [[https:// | + | |
| - | + | ||
| - | ===== Installation ===== | + | |
| - | + | ||
| - | Install the downloaded package using dpkg: | + | |
| - | ``` shell | + | |
| - | $ sudo dpkg -i moonlight-embedded/ | + | |
| - | ``` | + | |
| - | + | ||
| - | ===== Using Moonlight ===== | + | |
| - | + | ||
| - | The Edge-2L port of Moonlight is a command-line only application. Use the following steps to connect and stream. | + | |
| - | + | ||
| - | ==== Pair with host PC ==== | + | |
| - | + | ||
| - | After installing Sunshine on your PC and ensuring both devices are on the same local network, initiate pairing: | + | |
| - | + | ||
| - | ``` shell | + | |
| - | $ moonlight pair $PC_IP_ADDRESS | + | |
| - | ``` | + | |
| - | Replace '' | + | |
| - | + | ||
| - | ==== List available APP ==== | + | |
| - | + | ||
| - | Discover the applications and desktop available for streaming from your PC: | + | |
| - | ``` shell | + | |
| - | $ moonlight list $PC_IP_ADDRESS | + | |
| - | ``` | + | |
| - | + | ||
| - | ==== Stream desktop in 4K ==== | + | |
| - | Start streaming your PC's desktop with 4K resolution: | + | |
| - | ``` shell | + | |
| - | $ moonlight stream -app Desktop -4k $PC_IP_ADDRESS | + | |
| - | ``` | + | |
| - | + | ||
| - | ==== Get help ==== | + | |
| - | View all available command-line options: | + | |
| - | ``` shell | + | |
| - | $ moonlight --help | + | |
| - | ``` | + | |
| - | + | ||
| - | For advanced configuration, | + | |