{"id":30715852,"url":"https://github.com/irreq/opencv-webrtc-streamer","last_synced_at":"2026-05-03T23:31:27.391Z","repository":{"id":312434694,"uuid":"1047497131","full_name":"Irreq/OpenCV-WebRTC-Streamer","owner":"Irreq","description":"Stream OpenCV frames to a web interface and control the OpenCV program","archived":false,"fork":false,"pushed_at":"2025-08-30T15:15:33.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T16:28:11.048Z","etag":null,"topics":["cpp","html","opencv","streaming","webrtc"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Irreq.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T14:56:13.000Z","updated_at":"2025-08-30T15:16:35.000Z","dependencies_parsed_at":"2025-08-30T16:28:15.287Z","dependency_job_id":"882ef5f8-ebff-428e-9d51-7acd5d4d77a3","html_url":"https://github.com/Irreq/OpenCV-WebRTC-Streamer","commit_stats":null,"previous_names":["irreq/opencv-webrtc-streamer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Irreq/OpenCV-WebRTC-Streamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irreq%2FOpenCV-WebRTC-Streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irreq%2FOpenCV-WebRTC-Streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irreq%2FOpenCV-WebRTC-Streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irreq%2FOpenCV-WebRTC-Streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Irreq","download_url":"https://codeload.github.com/Irreq/OpenCV-WebRTC-Streamer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Irreq%2FOpenCV-WebRTC-Streamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273403951,"owners_count":25099300,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp","html","opencv","streaming","webrtc"],"created_at":"2025-09-03T07:03:08.341Z","updated_at":"2026-05-03T23:31:27.361Z","avatar_url":"https://github.com/Irreq.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV WebRTC Streamer\n\nThis project demonstrates how to stream an OpenCV video feed through WebRTC into a web browser.  \nIt also includes a minimal HTTP server that serves the web app (`static/index.html`) and accepts control commands.  \nUseful for developing or monitoring OpenCV programs on headless devices (e.g. robots, embedded systems).\n\n---\n\n## Prerequisites\n\n- C++17 compiler\n- [CMake ≥ 3.16](https://cmake.org/)\n- [OpenCV](https://opencv.org/)\n- [GStreamer 1.0](https://gstreamer.freedesktop.org/) with plugins\n- [nlohmann/json](https://github.com/nlohmann/json)\n- [libdatachannel](https://github.com/paullouisageneau/libdatachannel)\n- [cpp-httplib](https://github.com/yhirose/cpp-httplib)\n\nClone repository and submodules:\n\n```bash\ngit clone https://github.com/Irreq/OpenCV-WebRTC-Streamer.git\ncd OpenCV-WebRTC-Streamer\ngit submodule update --init --recursive\n```\n\n## Building\n\n```bash\nmkdir -p build\ncd build\ncmake ..\nmake -j$(nproc)\n```\n\n## Usage\n\n```bash\n./main --device /dev/video0\n```\n\nThen go to the web interface [http://127.0.0.1:9000](http://127.0.0.1:9000)\n\n## Options\n\nSee:\n\n```bash\n./main -h\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firreq%2Fopencv-webrtc-streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firreq%2Fopencv-webrtc-streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firreq%2Fopencv-webrtc-streamer/lists"}