{"id":19208286,"url":"https://github.com/elixir-webrtc/ex_rtp","last_synced_at":"2025-05-12T18:53:59.338Z","repository":{"id":192035940,"uuid":"685913671","full_name":"elixir-webrtc/ex_rtp","owner":"elixir-webrtc","description":"An Elixir implementation of RTP (RFC 3550)","archived":false,"fork":false,"pushed_at":"2024-08-19T14:56:24.000Z","size":71,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T15:44:30.525Z","etag":null,"topics":["audio","elixir","media","networking","rtp","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-01T09:50:31.000Z","updated_at":"2024-12-30T00:57:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2718c6d5-176d-4cd3-874b-00dd5d5a6132","html_url":"https://github.com/elixir-webrtc/ex_rtp","commit_stats":null,"previous_names":["elixir-webrtc/ex_rtp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-webrtc%2Fex_rtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-webrtc","download_url":"https://codeload.github.com/elixir-webrtc/ex_rtp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253804277,"owners_count":21967046,"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":["audio","elixir","media","networking","rtp","streaming","video","webrtc"],"created_at":"2024-11-09T13:25:38.087Z","updated_at":"2025-05-12T18:53:59.282Z","avatar_url":"https://github.com/elixir-webrtc.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExRTP\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_rtp.svg)](https://hex.pm/packages/ex_rtp)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_rtp)\n[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_rtp/ci.yml?logo=github\u0026label=CI)](https://github.com/elixir-webrtc/ex_rtp/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/elixir-webrtc/ex_rtp/graph/badge.svg?token=E98NHC8B00)](https://codecov.io/gh/elixir-webrtc/ex_rtp)\n\nImplementation of the RTP protocol in Elixir. \n\nImplements:\n- [RTP: A Transport Protocol for Real-Time Applications](https://datatracker.ietf.org/doc/html/rfc3550)\n- [A General Mechanism for RTP Header Extensions](https://datatracker.ietf.org/doc/html/rfc8285)\n\nIncludes out-of-the-box support for these RTP header extensions:\n- [A Real-time Transport Protocol (RTP) Header Extension for Client-to-Mixer Audio Level Indication](https://datatracker.ietf.org/doc/html/rfc6464)\n- [RTP Header Extension for the RTP Control Protocol (RTCP) Source Description Items](https://datatracker.ietf.org/doc/html/rfc7941)\n- [RTP Extensions for Transport-wide Congestion Control](https://datatracker.ietf.org/doc/html/draft-holmer-rmcat-transport-wide-cc-extensions-01)\n\nNew RTP header extensions can be added by implementing the `ExRTP.Packet.Extension` behaviour.\n\nSee [documentation](https://hexdocs.pm/ex_rtp/ExRTP.Packet.html) for usage examples.\n\n## Installation\n\nAdd `ex_rtp` to dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_rtp, \"~\u003e 0.4.0\"}\n  ]\nend\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_rtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-webrtc%2Fex_rtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-webrtc%2Fex_rtp/lists"}