{"id":18574986,"url":"https://github.com/meanii/streaming-server","last_synced_at":"2026-01-22T05:33:56.505Z","repository":{"id":135678459,"uuid":"444439325","full_name":"meanii/streaming-server","owner":"meanii","description":" RTMP server for multimedia / video streaming using Nginx and nginx-rtmp-module.","archived":false,"fork":false,"pushed_at":"2023-11-10T04:36:38.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T14:31:19.341Z","etag":null,"topics":["live-streaming","nginx-server"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/meanii.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":"2022-01-04T13:59:08.000Z","updated_at":"2025-02-06T17:03:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"e69e97f0-e4a3-4246-bee3-def73877e4cb","html_url":"https://github.com/meanii/streaming-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meanii/streaming-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanii%2Fstreaming-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanii%2Fstreaming-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanii%2Fstreaming-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanii%2Fstreaming-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meanii","download_url":"https://codeload.github.com/meanii/streaming-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meanii%2Fstreaming-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["live-streaming","nginx-server"],"created_at":"2024-11-06T23:17:09.701Z","updated_at":"2026-01-22T05:33:56.490Z","avatar_url":"https://github.com/meanii.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-rtmp-docker\nDocker image for nginx-rtmp-module + FFmpeg from source with basic settings for streaming HLS.\n\n# features\n- [x] HLS live-streaming\n- [x] HLS encryption \n- [x] HLS multi-bitrate streaming\n- [x] HLS Separate Audio Streaming\n- [ ] Dash live-streaming\n- [ ] Dash encryption\n- [ ] RTMP(S) support\n- [ ] RTMP push support (Facebook, Twitch, YouTube, etc.)\n- [ ] RTMP pull support\n- [ ] In-build player\n- [x] Basic authentication\n\n# deployment\n## prerequisites\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- Ubuntu 20.04 LTS (recommended)\n- Make sure ports `80` and `1935` are not in use and open for use\n- Make sure you have a domain name with active ssl for encryption\n\n## docker compose installation\n```bash\ncurl -o- https://get.docker.com | bash\n```\n## steps \n1. clone this repository\n```bash\ngit clone https://github.com/meanii/streaming-server.git\n```\n2. change directory\n```bash\ncd streaming-server\n```\n\n3. configure docker compose's [environment variables](#environment-variables)\n\n\n4. run docker compose\n```bash\ndocker compose up -d\n```\n\n5. Add CDN layer for better performance (optional)\n- [Cloudflare](https://www.cloudflare.com/)\n- [CloudFront](https://aws.amazon.com/cloudfront/)\n- [Fastly](https://www.fastly.com/)\n- [Akamai](https://www.akamai.com/)\n- [BunnyCDN](https://bunnycdn.com/) (recommended)\n\n# environment variables\n| variable | description | default value |\n| --- | --- | --- |\n| `NGINX_RTMP_PORT` | nginx-rtmp-module port | `1935` |\n| `NGINX_HTTP_PORT` | nginx http port | `80` |\n| `ENC_DOMAIN` | domain name for encryption | `enc.meanii.dev` |\n| `AUTH_API` | authentication api url | `http://auth_server:8000` |\n\n\n# known issues\n- [ ] exec_record_done not triggered when stream is stopped, the temporary solution is to use `exec_record_done` in `exec_on_publish` directive\n\n# credits\n- [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeanii%2Fstreaming-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeanii%2Fstreaming-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeanii%2Fstreaming-server/lists"}