{"id":15483379,"url":"https://github.com/hackergrrl/screen-stream","last_synced_at":"2025-06-17T10:07:38.759Z","repository":{"id":33689636,"uuid":"37342424","full_name":"hackergrrl/screen-stream","owner":"hackergrrl","description":":video_camera: Get a video stream of your computer's display.","archived":false,"fork":false,"pushed_at":"2015-12-25T06:45:55.000Z","size":7,"stargazers_count":22,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T13:11:46.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hackergrrl.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}},"created_at":"2015-06-12T20:14:24.000Z","updated_at":"2023-04-17T15:48:55.000Z","dependencies_parsed_at":"2022-08-31T19:00:52.793Z","dependency_job_id":null,"html_url":"https://github.com/hackergrrl/screen-stream","commit_stats":null,"previous_names":["noffle/screen-stream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hackergrrl/screen-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackergrrl%2Fscreen-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackergrrl%2Fscreen-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackergrrl%2Fscreen-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackergrrl%2Fscreen-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackergrrl","download_url":"https://codeload.github.com/hackergrrl/screen-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackergrrl%2Fscreen-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259923542,"owners_count":22932698,"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-02T05:14:38.666Z","updated_at":"2025-06-17T10:07:33.750Z","avatar_url":"https://github.com/hackergrrl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screen-stream\n\nProvides a video stream of your computer's display.\n\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\n## Install\n\n```sh\nnpm install screen-stream\n```\n\nYou will also need `ffmpeg` installed and accessible from the command line.\n\nLinux only so far! :O\n\n## CLI Usage\n\nRemember to install globally so you can access the screen-stream command:\n\n```sh\n$ npm install -g screen-stream\n```\n\nThen freely pipe the stream anywhere!\n\n```sh\n$ screen-stream \u003e recording.mp4\n^C\n\n$ mplayer recording.mp4\n```\n\n## API\n\n`screen-stream` exports a single method, which creates a new live stream of your\ndisplay.\n\nStream your live screen to e.g. an HTTP endpoint!\n\n```js\nvar screen = require('screen-stream')\nvar request = require('request')\n\nscreen().pipe(request.put(\"http://my.website.com/live_stream_feed\"))\n```\n\n## Limitations\n\n * Linux support only so far\n * Requires a pre-existing ffmpeg install that's setup on your command line\n * No way to customize output (size, bitrate, format, etc)\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests,\n[please create an issue](https://github.com/noffle/screen-stream/issues/new).\n\nPlease use [standard Javascript](https://github.com/feross/standard) in your pull requests.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackergrrl%2Fscreen-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackergrrl%2Fscreen-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackergrrl%2Fscreen-stream/lists"}