{"id":28606173,"url":"https://github.com/elixir-webrtc/ex_webrtc_recorder","last_synced_at":"2026-02-28T10:32:18.886Z","repository":{"id":278395453,"uuid":"935427845","full_name":"elixir-webrtc/ex_webrtc_recorder","owner":"elixir-webrtc","description":"Records and processes RTP packets sent and received using ExWebRTC","archived":false,"fork":false,"pushed_at":"2025-10-23T15:31:39.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T03:14:40.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/elixir-webrtc.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-02-19T12:33:09.000Z","updated_at":"2025-10-23T15:31:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"feb76307-13f6-457c-8f8d-693e8d87e1e7","html_url":"https://github.com/elixir-webrtc/ex_webrtc_recorder","commit_stats":null,"previous_names":["elixir-webrtc/ex_webrtc_recorder"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/elixir-webrtc/ex_webrtc_recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_webrtc_recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_webrtc_recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_webrtc_recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_webrtc_recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-webrtc","download_url":"https://codeload.github.com/elixir-webrtc/ex_webrtc_recorder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_webrtc_recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29930344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"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":[],"created_at":"2025-06-11T19:39:23.946Z","updated_at":"2026-02-28T10:32:18.868Z","avatar_url":"https://github.com/elixir-webrtc.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExWebRTC Recorder\n\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_webrtc_recorder.svg)](https://hex.pm/packages/ex_webrtc_recorder)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_webrtc_recorder)\n\nRecords and processes RTP packets sent and received using [ExWebRTC](https://github.com/elixir-webrtc/ex_webrtc).\n\n## Installation\n\nAdd `:ex_webrtc_recorder` to your list of dependencies\n\n```elixir\ndef deps do\n  [\n    {:ex_webrtc_recorder, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\nIf you want to use Converter to generate WEBM files from the recordings,\nyou need to have the `ffmpeg` binary with the relevant libraries present in `PATH`.\n\n### S3\n\nExWebRTC Recorder comes with optional support for uploading the recordings to S3-compatible storage,\nbut it must be explicitly turned on by adding the following dependencies:\n\n```elixir\ndef deps do\n  [\n    {:ex_webrtc_recorder, \"~\u003e 0.3.0\"},\n    {:ex_aws_s3, \"~\u003e 2.5\"},\n    {:ex_aws, \"~\u003e 2.5\"},\n    {:sweet_xml, \"~\u003e 0.7\"},\n    {:hackney, \"~\u003e 1.9\"}         # or any other HTTP client supported by `ex_aws`\n  ]\nend\n```\n\nSee `ExWebRTC.Recorder.S3` for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_webrtc_recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-webrtc%2Fex_webrtc_recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_webrtc_recorder/lists"}