{"id":19208283,"url":"https://github.com/elixir-webrtc/ex_rtcp","last_synced_at":"2026-01-07T15:15:01.822Z","repository":{"id":193514452,"uuid":"688371480","full_name":"elixir-webrtc/ex_rtcp","owner":"elixir-webrtc","description":"An Elixir implementation of RTCP (RFC 3550)","archived":false,"fork":false,"pushed_at":"2024-07-18T11:02:29.000Z","size":85,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T20:04:52.824Z","etag":null,"topics":["audio","elixir","media","networking","rtcp","streaming","video","webrtc"],"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}},"created_at":"2023-09-07T08:00:29.000Z","updated_at":"2024-12-30T00:57:19.000Z","dependencies_parsed_at":"2024-01-17T10:54:41.088Z","dependency_job_id":"8380b582-baf4-483a-ad63-8aa1b9a76d21","html_url":"https://github.com/elixir-webrtc/ex_rtcp","commit_stats":null,"previous_names":["elixir-webrtc/ex_rtcp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/elixir-webrtc/ex_rtcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-webrtc","download_url":"https://codeload.github.com/elixir-webrtc/ex_rtcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275934878,"owners_count":25555523,"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-19T02:00:09.700Z","response_time":108,"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":["audio","elixir","media","networking","rtcp","streaming","video","webrtc"],"created_at":"2024-11-09T13:25:37.815Z","updated_at":"2026-01-07T15:15:01.804Z","avatar_url":"https://github.com/elixir-webrtc.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExRTCP\n\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_rtcp.svg)](https://hex.pm/packages/ex_rtcp)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_rtcp)\n[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_rtcp/ci.yml?logo=github\u0026label=CI)](https://github.com/elixir-webrtc/ex_rtcp/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/elixir-webrtc/ex_rtcp/graph/badge.svg?token=0tlQeAdxhd)](https://codecov.io/gh/elixir-webrtc/ex_rtcp)\n\nImplementation of the RTCP protocol in Elixir. \n\nImplements packet types from:\n- [RFC 3550 - RTP: A Transport Protocol for Real-Time Applications](https://datatracker.ietf.org/doc/html/rfc3550)\n- [RFC 4585 - Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)](https://datatracker.ietf.org/doc/html/rfc4585)\n- [RFC 5104 - Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)](https://datatracker.ietf.org/doc/html/rfc5104)\n- [RFC 8852 - RTP Stream Identifier Source Description (SDES)](https://datatracker.ietf.org/doc/html/rfc8852)\n- [RTP Extensions for Transport-wide Congestion Control](https://datatracker.ietf.org/doc/html/draft-holmer-rmcat-transport-wide-cc-extensions-01)\n\nFor complete list of supported packet types, refer to the [documentation](https://hexdocs.pm/ex_rtcp/readme.html).\n\nSee [documentation page](https://hexdocs.pm/ex_rtcp/ExRTCP.Packet.html) of `ExRTCP.Packet` for usage examples.\n\n## Installation\n\nAdd `ex_rtcp` to dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_rtcp, \"~\u003e 0.4.1\"}\n  ]\nend\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_rtcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-webrtc%2Fex_rtcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_rtcp/lists"}