{"id":28822251,"url":"https://github.com/dbtek/hls-rtmp-webplayer","last_synced_at":"2026-02-11T04:04:01.541Z","repository":{"id":298461298,"uuid":"287015850","full_name":"dbtek/hls-rtmp-webplayer","owner":"dbtek","description":"Webplayer for hls/rtmp.","archived":false,"fork":false,"pushed_at":"2025-06-11T07:20:35.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T07:10:19.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://live.yaman.gq","language":"HTML","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/dbtek.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,"zenodo":null}},"created_at":"2020-08-12T13:05:17.000Z","updated_at":"2025-06-11T07:20:38.000Z","dependencies_parsed_at":"2026-02-08T09:04:57.774Z","dependency_job_id":null,"html_url":"https://github.com/dbtek/hls-rtmp-webplayer","commit_stats":null,"previous_names":["dbtek/hls-rtmp-webplayer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbtek/hls-rtmp-webplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fhls-rtmp-webplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fhls-rtmp-webplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fhls-rtmp-webplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fhls-rtmp-webplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbtek","download_url":"https://codeload.github.com/dbtek/hls-rtmp-webplayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fhls-rtmp-webplayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-18T23:03:09.403Z","updated_at":"2026-02-11T04:04:01.514Z","avatar_url":"https://github.com/dbtek.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## hls-rtmp-webplayer\nRTMP server and hls player with SSL support.\n\n### Run with Docker Compose\n\n1. Save `docker-compose.yml` file into a directory.\n2. Update `example.com` domain name usages inside `docker-compose.yml`.\n3. Create a `conf` directory.\n```bash\nmkdir conf\n```\n4. Run services. And wait for swag to generate ssl certs.\n```bash\ndocker compose up\n```\n5. Stop services.\n6. Place proxy config into `conf/nginx/site-conf/site.conf`.\n```\nserver {\n  listen 443 ssl;\n  listen [::]:443 ssl;\n\n  server_name example.com;\n\n  include /config/nginx/ssl.conf;\n\n  client_max_body_size 0;\n\n  location / {\n    include /config/nginx/proxy.conf;\n    resolver 127.0.0.11 valid=30s;\n    set $upstream_app player;\n    set $upstream_port 80;\n    set $upstream_proto http;\n    proxy_pass $upstream_proto://$upstream_app:$upstream_port;\n  }\n\n  location /hls {\n    include /config/nginx/proxy.conf;\n    resolver 127.0.0.11 valid=30s;\n    set $upstream_app rtmp;\n    set $upstream_port 8080;\n    set $upstream_proto http;\n    proxy_pass $upstream_proto://$upstream_app:$upstream_port;\n  }\n}\n```\n7. Run services again.\n```bash\ndocker compose up -d\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fhls-rtmp-webplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbtek%2Fhls-rtmp-webplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fhls-rtmp-webplayer/lists"}