{"id":16783095,"url":"https://github.com/bengreenier/webrtc","last_synced_at":"2025-04-10T22:19:20.638Z","repository":{"id":74695593,"uuid":"513654026","full_name":"bengreenier/webrtc","owner":"bengreenier","description":"Prebuilt WebRTC binaries for Windows, Mac, and Linux. 🏗️🪄","archived":false,"fork":false,"pushed_at":"2023-06-04T21:55:13.000Z","size":131,"stargazers_count":9,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-24T19:21:38.312Z","etag":null,"topics":["cpp","native","webrtc"],"latest_commit_sha":null,"homepage":"https://github.com/bengreenier/webrtc","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/bengreenier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.buymeacoffee.com/bengreenier"]}},"created_at":"2022-07-13T19:56:12.000Z","updated_at":"2025-03-05T01:35:55.000Z","dependencies_parsed_at":"2025-02-18T03:41:51.113Z","dependency_job_id":null,"html_url":"https://github.com/bengreenier/webrtc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier%2Fwebrtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier%2Fwebrtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier%2Fwebrtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier%2Fwebrtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bengreenier","download_url":"https://codeload.github.com/bengreenier/webrtc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248306179,"owners_count":21081639,"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":["cpp","native","webrtc"],"created_at":"2024-10-13T07:48:57.274Z","updated_at":"2025-04-10T22:19:20.629Z","avatar_url":"https://github.com/bengreenier.png","language":"JavaScript","readme":"# webrtc\n\nPrebuilt WebRTC binaries for Windows, Mac, and Linux. 🏗️🪄\n\n[![GitHub Release Date](https://img.shields.io/github/release-date/bengreenier/webrtc?style=flat-square)](https://github.com/bengreenier/webrtc/releases/latest)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bengreenier/webrtc?style=flat-square)](https://github.com/bengreenier/webrtc/releases/latest)\n\n![WebRTC Logo](./.github/assets/webrtc_logo.png)\n\nI've been working with WebRTC for years; but it's always been a pain to build libraries for various modern desktop platforms.\nPreviously, [sourcey/webrtc-builds](https://github.com/sourcey/webrtc-builds) was a good place to get these, but it appears they're no longer publishing updated builds.\nAnyway, I finally got around to setting this up myself, using CircleCI to produce builds for the following targets:\n\n- Windows, x64\n- Mac (Intel), x64\n- Mac (Apple Silicon), arm64\n- Linux, x64\n\n__Both debug and release artifacts are produced__, and I've also packed up the various WebRTC tools and tests in seperate zips. \n\n## Getting Started\n\nOur releases are named after the WebRTC branch that we built; To determine the latest (stable, beta, etc) WebRTC branch, see [this Chromium dashboard](https://chromiumdash.appspot.com/branches).\n\n### Windows\n\n\u003e Note: The windows libraries are MSVC compatible, meaning you can build and link with Visual Studio.\n\n- Download [the latest Windows release](https://github.com/bengreenier/webrtc/releases/latest) to `vendor/webrtc`\n- For all configurations, ensure your `LanguageStandard` is `stdcpp17`\n- For all configurations, add `$(ProjectDir)vendor\\webrtc\\$(Configuration)` to your project's `LibraryPath`\n- For all configurations, add `$(ProjectDir)vendor\\webrtc\\include;$(ProjectDir)vendor\\webrtc\\include\\third_party\\abseil-cpp;` to your project's `IncludePath`\n- For your project's Release configuration, define `WEBRTC_WIN`, `NOMINMAX`, and `RTC_ENABLE_WIN_WGC`\n- For your project's Debug configuration, define `WEBRTC_WIN`, `NOMINMAX`, `RTC_ENABLE_WIN_WGC`, and `_ITERATOR_DEBUG_LEVEL=0`\n\n### Mac\n\n- Download [the latest Mac release](https://github.com/bengreenier/webrtc/releases/latest) (for your given architecture, e.g. `x64` or `arm64`) to `vendor/webrtc` \n- Add `vendor/webrtc/include` and `vendor/webrtc/include/third_party/abseil-cpp` to your include path\n- Define `WEBRTC_MAC`, and `WEBRTC_POSIX`\n- Link against `libwebrtc.a` from either `vendor/webrtc/debug` or `vendor/webrtc/release` depending on your desired configuration\n\n### Linux\n\n- Download [the latest Linux release](https://github.com/bengreenier/webrtc/releases/latest) to `vendor/webrtc` \n- Add `vendor/webrtc/include` and `vendor/webrtc/include/third_party/abseil-cpp` to your include path\n- Define `WEBRTC_POSIX`\n- Link against `libwebrtc.a` from either `vendor/webrtc/debug` or `vendor/webrtc/release` depending on your desired configuration\n","funding_links":["https://www.buymeacoffee.com/bengreenier"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengreenier%2Fwebrtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengreenier%2Fwebrtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengreenier%2Fwebrtc/lists"}