mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-07-12 18:03:50 +00:00
f32e415aea6797d261d6b470dcf8bf18727341c2
fread(unique_id, UNIQUEID_CHARS, 1, fd) returns the number of items read (1 on success), not bytes, so the != UNIQUEID_CHARS comparison is always true. Any existing uniqueid.dat is silently ignored and rewritten with the default 0123456789ABCDEF on every run, making a custom per-device uniqueid impossible.
Moonlight Embedded
Moonlight Embedded is an open source client for Sunshine and NVIDIA GameStream for embedded Linux systems, like Raspberry Pi, CuBox-i and ODROID. Moonlight allows you to stream your full collection of games and applications from your PC to other devices to play them remotely.
Moonlight also has PC, Android, and iOS clients.
Documentation
More information about installing and running Moonlight Embedded is available on the wiki.
Bugs
Please check the wiki and old bug reports before submitting a new bug report.
Bugs can be reported to the issue tracker.
See also
Moonlight-common-c is the shared codebase between different Moonlight implementations
Contribute
- Fork us
- Write code
- Send Pull Requests
Description
Languages
C
93.6%
CMake
6.4%