{"id":21503264,"url":"https://github.com/shavit/elixir-rtmp","last_synced_at":"2025-04-07T13:06:53.968Z","repository":{"id":116550042,"uuid":"70948360","full_name":"shavit/elixir-rtmp","owner":"shavit","description":"RTMP implementation","archived":false,"fork":false,"pushed_at":"2025-03-09T19:43:35.000Z","size":12413,"stargazers_count":87,"open_issues_count":2,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T11:06:29.810Z","etag":null,"topics":["amf0","amf3","elixir","media-server","rtmp","rtmp-server"],"latest_commit_sha":null,"homepage":"https://github.com/shavit/Webcam-Studio","language":"Elixir","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/shavit.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,"publiccode":null,"codemeta":null}},"created_at":"2016-10-14T21:25:25.000Z","updated_at":"2024-05-11T20:06:50.000Z","dependencies_parsed_at":"2024-05-11T21:22:13.758Z","dependency_job_id":"1e97310f-2bff-4a68-980e-5efdf676d536","html_url":"https://github.com/shavit/elixir-rtmp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shavit%2Felixir-rtmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shavit%2Felixir-rtmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shavit%2Felixir-rtmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shavit%2Felixir-rtmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shavit","download_url":"https://codeload.github.com/shavit/elixir-rtmp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"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":["amf0","amf3","elixir","media-server","rtmp","rtmp-server"],"created_at":"2024-11-23T18:20:51.320Z","updated_at":"2025-04-07T13:06:53.945Z","avatar_url":"https://github.com/shavit.png","language":"Elixir","funding_links":[],"categories":["Elixir"],"sub_categories":[],"readme":"# RTMP\n\n[![Build Status](https://travis-ci.org/shavit/elixir-rtmp.svg?branch=master)](https://travis-ci.org/shavit/elixir-rtmp)\n\n\u003e Streaming client and server\n\nAt the moment there are no build-in media encoders, so you will need to\n  implement your own.\n\nCreate a client\n```\niex(1)\u003e {:ok, pid} = ExRTMP.Client.new ip: \"127.0.0.1\"\niex(2)\u003e \n[debug] Handshake completed\n```\n\n## AMF Encoders and Decoders\n\nEncode and decode AMF0, AMF3 messages.\n\n```\niex\u003e AMF0.encode 3.141\n\u003c\u003c0, 64, 9, 32, 196, 155, 165, 227, 84\u003e\u003e\n```\n\n```\niex(5)\u003e AMF3.encode [1, 2, 3]\n\u003c\u003c14, 7, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3\u003e\u003e\n```\n\n\n### Configurations\n\n  * `rtmp_port` - Environment variable `RTMP_PORT`, default to 1935.\n\n## Development\n\nDebug the server with `rtmpdump`\n\n## Test\n\n```\nmix test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshavit%2Felixir-rtmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshavit%2Felixir-rtmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshavit%2Felixir-rtmp/lists"}