{"id":31138665,"url":"https://github.com/bluenviron/gortmplib","last_synced_at":"2025-09-18T10:55:06.280Z","repository":{"id":314576814,"uuid":"1055726261","full_name":"bluenviron/gortmplib","owner":"bluenviron","description":"RTMP client and server library for the Go programming language","archived":false,"fork":false,"pushed_at":"2025-09-13T11:48:09.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T12:11:45.133Z","etag":null,"topics":["go","golang","h264","rtmp","rtmp-proxy","rtmp-server","rtmps","streaming"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bluenviron.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-09-12T17:48:55.000Z","updated_at":"2025-09-13T11:48:12.000Z","dependencies_parsed_at":"2025-09-13T12:11:50.924Z","dependency_job_id":"5b98b4cc-6bf4-4434-a9b5-aac3bca535ae","html_url":"https://github.com/bluenviron/gortmplib","commit_stats":null,"previous_names":["bluenviron/gortmplib"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bluenviron/gortmplib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluenviron%2Fgortmplib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluenviron%2Fgortmplib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluenviron%2Fgortmplib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluenviron%2Fgortmplib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluenviron","download_url":"https://codeload.github.com/bluenviron/gortmplib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluenviron%2Fgortmplib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275622649,"owners_count":25498326,"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-17T02:00:09.119Z","response_time":84,"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":["go","golang","h264","rtmp","rtmp-proxy","rtmp-server","rtmps","streaming"],"created_at":"2025-09-18T10:55:01.723Z","updated_at":"2025-09-18T10:55:06.275Z","avatar_url":"https://github.com/bluenviron.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gortmplib\n\n[![Test](https://github.com/bluenviron/gortmplib/actions/workflows/test.yml/badge.svg)](https://github.com/bluenviron/gortmplib/actions/workflows/test.yml)\n[![Lint](https://github.com/bluenviron/gortmplib/actions/workflows/lint.yml/badge.svg)](https://github.com/bluenviron/gortmplib/actions/workflows/lint.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/bluenviron/gortmplib)](https://goreportcard.com/report/github.com/bluenviron/gortmplib)\n[![CodeCov](https://codecov.io/gh/bluenviron/gortmplib/branch/main/graph/badge.svg)](https://app.codecov.io/gh/bluenviron/gortmplib/tree/main)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/bluenviron/gortmplib)](https://pkg.go.dev/github.com/bluenviron/gortmplib#pkg-index)\n\nRTMP client and server library for the Go programming language, forked from [MediaMTX](https://github.com/bluenviron/mediamtx).\n\nThis was created to provide [Enhanced RTMP](https://veovera.org/docs/enhanced/enhanced-rtmp-v2) features, like multiple video/audio tracks and additional codecs.\n\nGo \u0026ge; 1.24 is required.\n\nFeatures:\n\n* Read and write multiple video and audio tracks\n* Read and write tracks encoded with AV1, VP9, H265, H264, Opus, MPEG-4 Audio (AAC), MPEG-1/2 Audio (MP3), AC-3, G711 (PCMA, PCMU), LPCM\n* Support most Enhanced RTMP features\n* Support TLS encryption (RTMPS)\n* Support Diffie-hellman based encryption (RTMPE)\n\nCurrent limitations:\n\n* API is not stable and might be subjected to breaking changes.\n* Codec definitions are borrowed from gortsplib. They will be made independent in the future.\n\n## Table of contents\n\n* [Examples](#examples)\n* [API Documentation](#api-documentation)\n* [Specifications](#specifications)\n* [Related projects](#related-projects)\n\n## Examples\n\n* [client-read](examples/client-read/main.go)\n* [client-publish-h264](examples/client-publish-h264/main.go)\n* [server](examples/server/main.go)\n\n## API Documentation\n\n[Click to open the API Documentation](https://pkg.go.dev/github.com/bluenviron/gortmplib#pkg-index)\n\n## Specifications\n\n|name|area|\n|----|----|\n|[Action Message Format - AMF0](https://veovera.org/docs/legacy/amf0-file-format-spec.pdf)|RTMP|\n|[FLV](https://veovera.org/docs/legacy/video-file-format-v10-1-spec.pdf)|RTMP|\n|[RTMP](https://veovera.org/docs/legacy/rtmp-v1-0-spec.pdf)|RTMP|\n|[Enhanced RTMP v2](https://veovera.org/docs/enhanced/enhanced-rtmp-v2)|RTMP|\n|[Codec specifications](https://github.com/bluenviron/mediacommon#specifications)|codecs|\n|[Golang project layout](https://github.com/golang-standards/project-layout)|project layout|\n\n## Related projects\n\n* [MediaMTX](https://github.com/bluenviron/mediamtx)\n* [gortsplib](https://github.com/bluenviron/gortsplib)\n* [gohlslib](https://github.com/bluenviron/gohlslib)\n* [mediacommon](https://github.com/bluenviron/mediacommon)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluenviron%2Fgortmplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluenviron%2Fgortmplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluenviron%2Fgortmplib/lists"}