{"id":19177766,"url":"https://github.com/eyevinn/docker-wrtc-origin","last_synced_at":"2025-10-14T22:39:18.842Z","repository":{"id":79236680,"uuid":"531144942","full_name":"Eyevinn/docker-wrtc-origin","owner":"Eyevinn","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-29T12:48:24.000Z","size":172,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-20T22:23:15.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyevinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-08-31T15:28:26.000Z","updated_at":"2023-05-03T00:32:39.000Z","dependencies_parsed_at":"2023-04-10T05:02:18.803Z","dependency_job_id":null,"html_url":"https://github.com/Eyevinn/docker-wrtc-origin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Eyevinn/docker-wrtc-origin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fdocker-wrtc-origin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fdocker-wrtc-origin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fdocker-wrtc-origin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fdocker-wrtc-origin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyevinn","download_url":"https://codeload.github.com/Eyevinn/docker-wrtc-origin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fdocker-wrtc-origin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021782,"owners_count":26087056,"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-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-09T10:35:01.393Z","updated_at":"2025-10-14T22:39:18.826Z","avatar_url":"https://github.com/Eyevinn.png","language":"JavaScript","readme":"# docker-wrtc-origin\n\nDocker container of a WHIP endpoint based on `@eyevinn/whip-endpoint` library.\n\nExample docker-compose file:\n\n```\nversion: \"3.7\"\n\nservices:\n  sfu:\n    image: eyevinntechnology/wrtc-sfu:v0.3.0\n    network_mode: \"host\"\n    cap_add:\n      - SYS_NICE\n    ulimits:\n      rtprio: 99\n    environment:\n      - HTTP_PORT=8280\n      - API_KEY=example\n  ingest:\n    image: eyevinntechnology/wrtc-origin:latest\n    depends_on:\n      - sfu\n    network_mode: \"host\"\n    environment:\n      - PORT=8080\n      - EXT_PORT=8080\n      - ORIGIN_SFU_URL=http://localhost:8280/conferences/\n      - SFU_API_KEY=example\n      - EDGE_LIST_CONFIG=/etc/edge-list-config.json\n    volumes:\n      - ./edge-list-config.json:/etc/edge-list-config.json\n```\n\n## Configuration\n\nDefault configuration can be changed by setting these environment variables:\n- `PORT`\n- `EXT_PORT`\n- `HOSTNAME`\n- `USE_HTTPS`\n- `ORIGIN_SFU_URL` : Url to SFU management API\n- `SFU_API_KEY` : API-Key for SFU management API\n- `EDGE_LIST_CONFIG` : path to a JSON file containing a list of edges\n\nExample of edge list configuration json.\n\n```\n[\n    { \n        \"sfuApiUrl\": \"http://sfu-edgeA:8380/conferences/\", \n        \"egressApiUrl\": \"http://egressA:8300/api\"\n    }\n]\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Fdocker-wrtc-origin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyevinn%2Fdocker-wrtc-origin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyevinn%2Fdocker-wrtc-origin/lists"}