{"id":20045588,"url":"https://github.com/fourdim/kecp","last_synced_at":"2026-05-08T22:34:08.035Z","repository":{"id":65043304,"uuid":"511856571","full_name":"fourdim/kecp","owner":"fourdim","description":"Kecp is a webrtc video streaming tool for allowing peers to watch the same video simultaneously.","archived":false,"fork":false,"pushed_at":"2023-03-23T09:27:08.000Z","size":1986,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T07:45:33.334Z","etag":null,"topics":["video-streaming","vite-lib","vue3-composition-api","vue3-demo","vue3-typescript","webrtc","webrtc-demos","webrtc-video"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fourdim.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":"2022-07-08T10:33:40.000Z","updated_at":"2024-04-25T10:51:51.000Z","dependencies_parsed_at":"2024-06-21T14:20:02.233Z","dependency_job_id":"c4b40180-ca07-437b-9ab0-c1b825bd62ba","html_url":"https://github.com/fourdim/kecp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fourdim/kecp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourdim%2Fkecp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourdim%2Fkecp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourdim%2Fkecp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourdim%2Fkecp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fourdim","download_url":"https://codeload.github.com/fourdim/kecp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourdim%2Fkecp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32800287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["video-streaming","vite-lib","vue3-composition-api","vue3-demo","vue3-typescript","webrtc","webrtc-demos","webrtc-video"],"created_at":"2024-11-13T11:18:06.437Z","updated_at":"2026-05-08T22:34:08.017Z","avatar_url":"https://github.com/fourdim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kecp: Watch Video Together\n\n## Introduction\n\nKecp is a webrtc video streaming tool for allowing peers to watch the same video simultaneously. Moreover, a small chatroom is also supported! For now, Kecp is still under construction. API may experience breaking changes.\n\n## Features\n\n- Webrtc: Peer-to-peer connection between two user agents, the data never passes through the web or application server.\n- Privacy: The signaling server is open source, you can deploy it on your own server to prevent MITM attacks.\n- Secure: It allows you to negotiate a session and then exchange data securely between two peers.\n- Cost-effective: No massive data costs on the server. The server is high performance and even a 1vCPU can handle it (but not recommended).\n- Local file supported: If you wish to watch videos together on online video platforms, please wait for the extension.\n\n### Screenshots\n\n![](assets/AB2D8BF.png)\n![](assets/CF93C70.png)\n\n## Get started\n\nIf you are not a developer who intends to use this tool as a library, this tool is generally available for you to use.\n\n### Config\n\nCreate a config called `config.toml` at the project's root folder.\n\nNon-production example:\n\n```toml\n[server]\ndebug = true\ntls = false\nhost = \"127.0.0.1:8090\"\nallowed_origins = [\"\"]\n```\n\nProduction example:\n\n```toml\n[server]\ndebug = false\ntls = true\nhost = \"example.com\"\nallowed_origins = [\"\"]\n```\n\n### Build\n\n```shell\nmake build\n```\n\n### Run\n\n```shell\nmake run\n```\n\n## License\n\nLicensed under the Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourdim%2Fkecp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffourdim%2Fkecp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourdim%2Fkecp/lists"}