{"id":14977941,"url":"https://github.com/schmich/piriscope","last_synced_at":"2026-03-08T08:34:58.143Z","repository":{"id":146400267,"uuid":"88239235","full_name":"schmich/piriscope","owner":"schmich","description":"Livestream to Periscope from the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2017-05-08T15:06:50.000Z","size":27,"stargazers_count":13,"open_issues_count":9,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T12:44:11.211Z","etag":null,"topics":["ffmpeg","live-streaming","periscope","raspberry-pi","raspberry-pi-camera","raspivid","streaming","v4l2","video-streaming","webcam"],"latest_commit_sha":null,"homepage":"","language":"Go","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/schmich.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}},"created_at":"2017-04-14T06:20:20.000Z","updated_at":"2021-08-04T02:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f914e23-bc29-4832-bb53-42e95494255e","html_url":"https://github.com/schmich/piriscope","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmich%2Fpiriscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmich%2Fpiriscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmich%2Fpiriscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmich%2Fpiriscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmich","download_url":"https://codeload.github.com/schmich/piriscope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238608347,"owners_count":19500363,"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":["ffmpeg","live-streaming","periscope","raspberry-pi","raspberry-pi-camera","raspivid","streaming","v4l2","video-streaming","webcam"],"created_at":"2024-09-24T13:56:34.830Z","updated_at":"2025-10-28T07:30:36.340Z","avatar_url":"https://github.com/schmich.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Piriscope\n\nLivestream to [Periscope](https://www.periscope.tv/) from the [Raspberry Pi](https://www.raspberrypi.org/products/).\n\n## Hardware Setup\n\nYou will need the following:\n\n- Raspberry Pi\n- [Raspberry Pi Camera Module v2](https://www.raspberrypi.org/products/camera-module-v2/) ([shop](https://www.adafruit.com/product/3099))\n- Raspberry Pi Zero v1.3 Camera Cable ([shop](https://www.adafruit.com/product/3157))\n- Storage\n\n## Software Setup\n\nPiriscope is designed to work with [Raspbian](https://www.raspberrypi.org/downloads/raspbian/).\n\n- [Install Raspbian](https://www.raspberrypi.org/documentation/installation/installing-images/)\n\n### As a Raspbian Package (.deb)\n\n```\napt-get install x264 v4l-utils\nsudo modprobe bcm2835-v4l2\necho bcm2835-v4l2 | sudo tee -a /etc/modules\ncurl -LO https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb\ndpkg -i ffmpeg_3.1.1-1_armhf.deb\ncurl -LO ...\ndpkg -i piriscope-0.0.1-1_armhf.deb\n```\n\n### As a Docker Container\n\n[Install Docker](https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/) and run the container.\n\n```\ncurl -sSL https://get.docker.com | sh\ndocker run -d --privileged --restart always -v /dev/video0:/dev/video0 schmich/piriscope:1.0.0 -k \u003ckey\u003e\n```\n\n### As a Standalone Program\n\n```\napt-get install x264 v4l-utils\nsudo modprobe bcm2835-v4l2\necho bcm2835-v4l2 | sudo tee -a /etc/modules\ncurl -LO https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb\ndpkg -i ffmpeg_3.1.1-1_armhf.deb\ncurl -LO ...\npiriscope -k ...\n```\n\n## License\n\nCopyright \u0026copy; 2017 Chris Schmich  \nMIT License. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmich%2Fpiriscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmich%2Fpiriscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmich%2Fpiriscope/lists"}