{"id":15708021,"url":"https://github.com/codl/docker-hls-stream","last_synced_at":"2025-05-12T20:57:52.189Z","repository":{"id":138204361,"uuid":"91262262","full_name":"codl/docker-hls-stream","owner":"codl","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-30T22:49:54.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-26T15:07:23.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/codl.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":"2017-05-14T18:09:00.000Z","updated_at":"2020-12-20T03:58:31.000Z","dependencies_parsed_at":"2024-02-24T11:15:07.061Z","dependency_job_id":null,"html_url":"https://github.com/codl/docker-hls-stream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fdocker-hls-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fdocker-hls-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fdocker-hls-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codl%2Fdocker-hls-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codl","download_url":"https://codeload.github.com/codl/docker-hls-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243191605,"owners_count":20251082,"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":[],"created_at":"2024-10-03T20:43:42.905Z","updated_at":"2025-03-12T09:32:31.939Z","avatar_url":"https://github.com/codl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"hey this is a docker image that takes one or more rtmp streams and exposes a barebones web page that plays the stream as HLS\n\n## usage\n\n    docker run --rm -p 1935:1935 -p 47151:80 codl/hls-stream\n\nthen point your rtmp source at rtmp://yourserver/live and pick a stream key\n\nset up a web server to proxy to 127.0.0.1:47151, for example with nginx:\n\n```\nserver {\n    listen 80;\n    server_name mystream.example.net;\n    location / {\n        proxy_pass http://127.0.0.1:47151/\n    }\n}\n```\n\nor with caddy:\n\n```\nmystream.example.net {\n    proxy 127.0.0.1:47151\n}\n```\n\n\u003csmall\u003edamn caddy is good\u003c/small\u003e\n\nyour stream will be viewable at `mystream.example.net/?your_stream_key`\n\nby default `mystream.example.net` will show a stream with a key of `stream`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodl%2Fdocker-hls-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodl%2Fdocker-hls-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodl%2Fdocker-hls-stream/lists"}