{"id":13590975,"url":"https://github.com/notedit/media-server-go","last_synced_at":"2025-04-04T18:05:54.568Z","repository":{"id":41570946,"uuid":"155669386","full_name":"notedit/media-server-go","owner":"notedit","description":"WebRTC media server for go","archived":false,"fork":false,"pushed_at":"2020-07-02T08:16:32.000Z","size":13630,"stargazers_count":540,"open_issues_count":13,"forks_count":120,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-03-28T17:06:05.502Z","etag":null,"topics":["golang","mediaserver","rtmp","rtp","sfu","swig","unified","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notedit.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}},"created_at":"2018-11-01T06:07:09.000Z","updated_at":"2025-03-18T22:59:32.000Z","dependencies_parsed_at":"2022-08-04T01:15:21.613Z","dependency_job_id":null,"html_url":"https://github.com/notedit/media-server-go","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Fmedia-server-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Fmedia-server-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Fmedia-server-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Fmedia-server-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notedit","download_url":"https://codeload.github.com/notedit/media-server-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226213,"owners_count":20904465,"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":["golang","mediaserver","rtmp","rtp","sfu","swig","unified","webrtc"],"created_at":"2024-08-01T16:00:52.333Z","updated_at":"2025-04-04T18:05:54.548Z","avatar_url":"https://github.com/notedit.png","language":"Go","funding_links":[],"categories":["Go","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# media-server-go\n\n[![Build Status](https://travis-ci.com/notedit/media-server-go.svg?branch=master)](https://travis-ci.com/notedit/media-server-go)\n\nWebRTC media server for go\n\n\n\n\n\n## How to use \n\n[Read the Tutorial](https://github.com/notedit/media-server-go/blob/master/manual.md)\n\n\nYon can see the demos from here [Demos](https://github.com/notedit/media-server-go-demo)\n\n\n\n## Examples\n\n- [WebRTC-Broadcast](https://github.com/notedit/media-server-go-demo/tree/master/broadcast): WebRTC publish and play \n- [Raw-RTP-Input](https://github.com/notedit/media-server-go-demo/tree/master/raw-rtp-input): Send raw rtp data into webrtc\n- [WebRTC-Record](https://github.com/notedit/media-server-go-demo/tree/master/recording): WebRTC record\n- [RTMP-To-WebRTC](https://github.com/notedit/media-server-go-demo/tree/master/rtmp-to-webrtc): Rtmp to webrtc\n- [Server-To-Server](https://github.com/notedit/media-server-go-demo/tree/master/server-to-server): WebRTC server relay\n- [WebRTC-To-RTMP](https://github.com/notedit/media-server-go-demo/tree/master/webrtc-to-rtmp): WebRTC to rtmp\n- [WebRTC-To-HLS](https://github.com/notedit/media-server-go-demo/tree/master/webrtc-to-hls): WebRTC to hls\n\n\n\n## Install \n\n\n`media-server-go` is not go getable, so you should clone it and build it yourself.\n\nYou should install `libtool` and `autoconf` `automake` before you build \n\n\nOn ubuntu\n```sh\napt install autoconf\napt install libtool\napt install automake\n```\n\n\nOn macOS\n\n```sh\nbrew install libtool\nbrew install autoconf\nbrew install automake\n```\n\n\nYour compiler should support `c++17`, for linux, you should update your `gcc/g++` to `7.0+`\n\nfor macos, clang should support `c++17`.\n\n\n```sh\nsudo add-apt-repository -y ppa:ubuntu-toolchain-r/test\nsudo apt-get update -qq\nsudo apt-get install g++-7\nsudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90\n```\n\n\n```sh\ngit clone --recurse-submodules https://github.com/notedit/media-server-go.git  \n\ncd media-server-go\n\nmake\n\ngo install \n\n```\n\n\nthen you can use media-server-go in your project.\n\n\n\n\n## Thanks \n\n - [Media Server](https://github.com/medooze/media-server)\n - [Media Server for Node.js](https://github.com/medooze/media-server-node)\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotedit%2Fmedia-server-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotedit%2Fmedia-server-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotedit%2Fmedia-server-go/lists"}