{"id":19257519,"url":"https://github.com/takusemba/docker-nginx-rtmp","last_synced_at":"2025-08-17T13:08:11.846Z","repository":{"id":109999700,"uuid":"120061472","full_name":"TakuSemba/docker-nginx-rtmp","owner":"TakuSemba","description":"docker file for RTMP on nginx","archived":false,"fork":false,"pushed_at":"2018-02-04T22:19:12.000Z","size":10,"stargazers_count":50,"open_issues_count":1,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T15:41:08.330Z","etag":null,"topics":["docker","nginx","rtmp"],"latest_commit_sha":null,"homepage":null,"language":"XSLT","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/TakuSemba.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":"2018-02-03T05:09:53.000Z","updated_at":"2024-10-12T06:59:07.000Z","dependencies_parsed_at":"2023-03-28T00:33:59.834Z","dependency_job_id":null,"html_url":"https://github.com/TakuSemba/docker-nginx-rtmp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TakuSemba/docker-nginx-rtmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TakuSemba%2Fdocker-nginx-rtmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TakuSemba%2Fdocker-nginx-rtmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TakuSemba%2Fdocker-nginx-rtmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TakuSemba%2Fdocker-nginx-rtmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TakuSemba","download_url":"https://codeload.github.com/TakuSemba/docker-nginx-rtmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TakuSemba%2Fdocker-nginx-rtmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270850906,"owners_count":24656617,"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-08-17T02:00:09.016Z","response_time":129,"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":["docker","nginx","rtmp"],"created_at":"2024-11-09T19:10:30.903Z","updated_at":"2025-08-17T13:08:11.823Z","avatar_url":"https://github.com/TakuSemba.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Nginx RTMP\n\nThis Dockerfile uses `nginx-rtmp-module`. Server receives RTMP streams and publish HLS.\nNote that this publishes only one resolution on HLS.\n\n## How to use\n\n#### 0. clone the repo\n\n```\ngit clone git@github.com:TakuSemba/docker-nginx-rtmp.git\ncd docker-nginx-rtmp\n```\n\n#### 1. Build the Dockerfile\n\n\n```sh\ndocker build -t nginx_rtmp .\n```\n\n#### 2. run the Container\n\n```sh\ndocker run -t -i -p 1935:1935 -p 80:80 --rm nginx_rtmp\n```\n\n#### 3. send RTMP stream from client\n\nsend stream to `rtmp://ip-address:1935/live/stream_name`. \nyou can also receive RTMP stream with the same url.\n\n#### 4. play hls\n\nmedia playlist is `http://ip-address/hls/stream_name.m3u8`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakusemba%2Fdocker-nginx-rtmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakusemba%2Fdocker-nginx-rtmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakusemba%2Fdocker-nginx-rtmp/lists"}