{"id":16148826,"url":"https://github.com/younglim/ios-screen-mirroring","last_synced_at":"2025-04-06T21:43:25.054Z","repository":{"id":73528244,"uuid":"166001909","full_name":"younglim/ios-screen-mirroring","owner":"younglim","description":"Instructions for mirroring iOS device on web browser","archived":false,"fork":false,"pushed_at":"2019-01-16T08:21:37.000Z","size":2,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T03:43:51.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/younglim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2019-01-16T08:19:45.000Z","updated_at":"2024-11-21T07:52:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb25cf5e-c7ec-44fb-8005-3d6889f54436","html_url":"https://github.com/younglim/ios-screen-mirroring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younglim%2Fios-screen-mirroring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younglim%2Fios-screen-mirroring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younglim%2Fios-screen-mirroring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younglim%2Fios-screen-mirroring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younglim","download_url":"https://codeload.github.com/younglim/ios-screen-mirroring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557798,"owners_count":20958047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T00:34:59.558Z","updated_at":"2025-04-06T21:43:25.029Z","avatar_url":"https://github.com/younglim.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ios-screen-mirroring\nInstructions for mirroring iOS device on web browser\n\n## Instructions to install ios-minicap\n\n### 1. Connect an iOS device\n\n### 2. Install prerequisites\n\nIn terminal, type the following commands. Omit the $ sign when typing the commands. \n\n```\n$ brew install libjpeg-turbo\n\n$ brew install cmake\n```\n\n### 3. Install ios-minicap\n\nIn terminal, navigate to desired folder, type the following command.\n\n```\n$ git clone https://github.com/openstf/ios-minicap\n```\n\nAlternatively, download the folder from \u003chttps://github.com/openstf/ios-minicap\u003e.\n\n### 4. Additional fixes\n\nYou might be prompted to install additional modules, with some of the following commands\n\n```\n$ cd /User/yourname/ios-minicap/example\n\n$ npm install express\n\n$ npm install ws\n\n$ npm install websocket\n```\n\nIn /User/yourname/ios-minicap/example, locate app.js. Open the file in a text editor, after line 64, add in:\n\n```\nstream.destroy();\n```\n\nThe resulting lines should look like:\n\n```\nws.on('close', () =\u003e {\n    console.info('Lost a client')\n    stream.end()\n    stream.destroy();\n  })\n```\n\n### 5. Run minicap\n\n```\n$ cd /User/yourname/ios-minicap\n\n$ ./build.sh\n\n$ ./run.sh\n```\n\nKeep the terminal open, in a new terminal window, carry out Step 5. \n\n### 6. Run demo\n\nIn a new terminal window, type the following commands. \n\n```\n$ cd /User/yourname/ios-minicap/example\n\n$ npm install\n\n$ node app.js\n```\n\n### 7. Open demo in browser\n\nOpen \u003chttp://localhost:9002\u003e in browser to see mirrored screen of iOS device. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounglim%2Fios-screen-mirroring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounglim%2Fios-screen-mirroring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounglim%2Fios-screen-mirroring/lists"}