{"id":17358557,"url":"https://github.com/sbraveyoung/ggmpeg","last_synced_at":"2025-09-06T08:44:29.984Z","repository":{"id":129665697,"uuid":"343628336","full_name":"sbraveyoung/GGmpeg","owner":"sbraveyoung","description":"GGmpeg is a LIBRARY that pays tribute to FFmpeg with Go!","archived":false,"fork":false,"pushed_at":"2022-01-24T02:25:50.000Z","size":21386,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T00:11:47.046Z","etag":null,"topics":["ffmpeg","flv","hls","mpeg-ts","rtmp"],"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/sbraveyoung.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}},"created_at":"2021-03-02T03:03:08.000Z","updated_at":"2024-01-24T12:43:44.000Z","dependencies_parsed_at":"2023-04-13T07:16:05.950Z","dependency_job_id":null,"html_url":"https://github.com/sbraveyoung/GGmpeg","commit_stats":null,"previous_names":["sbraveyoung/ggmpeg","smartbrave/ggmpeg"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sbraveyoung/GGmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbraveyoung%2FGGmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbraveyoung%2FGGmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbraveyoung%2FGGmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbraveyoung%2FGGmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbraveyoung","download_url":"https://codeload.github.com/sbraveyoung/GGmpeg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbraveyoung%2FGGmpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273879551,"owners_count":25184427,"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-06T02:00:13.247Z","response_time":2576,"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":["ffmpeg","flv","hls","mpeg-ts","rtmp"],"created_at":"2024-10-15T19:05:58.177Z","updated_at":"2025-09-06T08:44:29.929Z","avatar_url":"https://github.com/sbraveyoung.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n  ____  ____                            \n / ___|/ ___|_ __ ___  _ __   ___  __ _ \n| |  _| |  _| '_ ` _ \\| '_ \\ / _ \\/ _` |\n| |_| | |_| | | | | | | |_) |  __/ (_| |\n \\____|\\____|_| |_| |_| .__/ \\___|\\__, |\n                      |_|         |___/ \n```\n\n[GGmpeg](https://github.com/SmartBrave/GGmpeg) is a **LIBRARY** that pays tribute to [FFmpeg](https://ffmpeg.org/) with [Go](https://golang.org/)!\n\n**NOTE: GGmpeg is a wheel I made to implement various protocols of multimedia, there are still many problems to be solved. Please do NOT use it in production environments.**\n\n## Feature\n- [x] publish a stream with RTMP\n- [x] play a stream with RTMP\n- [x] play a stream with HTTP-flv\n- [ ] play a stream with HLS\n- [ ] RTMP client library\n- [ ] publish and play a stream with RTP\n- [ ] more...\n\n## Usage\nTo start a RTMP server, you only need to write one line of code, see `./demo/rtmp_server.go`:\n```go\n err := rtmp.NewServer(\":1935\", \"live\").Handler()\n //...\n```\n\nThen you can publish a stream to addr: `rtmp://localhost:1935/live/${liveid}` with any RTMP publish tools such as [OBS](https://obsproject.com/), [FFmpeg](https://ffmpeg.org/) and so on, and play it from addr: `rtmp://localhost:1935/live/${liveid}` with any RTMP play tools you want.\n\nTo support HTTP-flv, you need to invoke `WithHTTPFlv()` methods:\n```go\n err := rtmp.NewServer(\":1935\", \"live\").WithHTTPFlv(\":8080\").Handler()\n //...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbraveyoung%2Fggmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbraveyoung%2Fggmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbraveyoung%2Fggmpeg/lists"}