{"id":42517825,"url":"https://github.com/brightcraft/moonlight-tizen","last_synced_at":"2026-02-26T14:03:23.754Z","repository":{"id":245595187,"uuid":"713545799","full_name":"brightcraft/moonlight-tizen","owner":"brightcraft","description":"GameStream client for Samsung Smart TV's running Tizen OS","archived":false,"fork":false,"pushed_at":"2026-01-25T10:30:59.000Z","size":11188,"stargazers_count":72,"open_issues_count":5,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-26T01:24:15.688Z","etag":null,"topics":["emscripten","game-streaming","gamestream","moonlight","samsung","samsung-tv","smart-tv","tizen","tizen-app","wasm"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brightcraft.png","metadata":{"files":{"readme":"README.Samsung.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2023-11-02T18:32:27.000Z","updated_at":"2026-01-25T12:46:10.000Z","dependencies_parsed_at":"2024-06-22T23:59:51.210Z","dependency_job_id":"e63490e3-3ac0-4d52-8e02-4d0b0e16e7c1","html_url":"https://github.com/brightcraft/moonlight-tizen","commit_stats":null,"previous_names":["ndriqimlahu/moonlight-tizen","brightcraft/moonlight-tizen"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/brightcraft/moonlight-tizen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightcraft%2Fmoonlight-tizen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightcraft%2Fmoonlight-tizen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightcraft%2Fmoonlight-tizen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightcraft%2Fmoonlight-tizen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brightcraft","download_url":"https://codeload.github.com/brightcraft/moonlight-tizen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightcraft%2Fmoonlight-tizen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emscripten","game-streaming","gamestream","moonlight","samsung","samsung-tv","smart-tv","tizen","tizen-app","wasm"],"created_at":"2026-01-28T15:00:45.124Z","updated_at":"2026-01-28T15:00:46.234Z","avatar_url":"https://github.com/brightcraft.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moonlight port for Samsung Smart TVs running Tizen OS\n\nThis is a fork of the `Moonlight Chrome` project adapted to run on Samsung Tizen TVs.\nChanges made:\n\n- WebAssembly is used instead of Native Client\n- Main adaptation layer is in a wasm/ directory instead of the root project directory\n\n## Used Tizen specific features\n\n- [Tizen WASM Player](https://developer.samsung.com/smarttv/develop/extension-libraries/webassembly/tizen-wasm-player/overview.html)\n- [Tizen Sockets Extension](https://developer.samsung.com/smarttv/develop/extension-libraries/webassembly/api-reference/tizen-sockets-extension.html)\n\n## Checking out required submodules\nSince some of the dependencies used are provided as git submodules, after cloning this repository (if you did not provide the `--recurse-submodules` option while cloning) you need to issue the below command:\n\n```bash\ngit submodule update --init --recursive\n```\n\n## Building\n\n### Required software\n- [Samsung Emscripten fork](https://developer.samsung.com/smarttv/develop/extension-libraries/webassembly/getting-started/downloading-and-installing.html)\n- cmake (at least 3.10 - tested using CMake 3.10 and CMake 3.18)\n- ninja (at least 1.8.2- recommended for Windows)\n\n### Build procedure\n\n```bash\nmkdir build\ncd build/\ncmake -DCMAKE_TOOLCHAIN_FILE=\u003cYOUR EMSCRIPTEN INSTALLATION_DIR\u003e/cmake/Modules/Platform/Emscripten.cmake -G Ninja ..\nninja\n\n# CMake 3.10 (and above):\ncmake -DCMAKE_INSTALL_PREFIX=. -P cmake_install.cmake\n\n# CMake 3.15 (and above):\ncmake --install . --prefix .\n```\n\n*Note:* On Linux and macOS you can also use `Makefile` cmake generators.\n\nAfter that you can pack widget as described in [Sample cURL application built using CLI tools](https://developer.samsung.com/smarttv/develop/extension-libraries/webassembly/tizen-sockets-extension/sample-curl-application-built-using-cli-tools.html) tutorial.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightcraft%2Fmoonlight-tizen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightcraft%2Fmoonlight-tizen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightcraft%2Fmoonlight-tizen/lists"}