{"id":20416559,"url":"https://github.com/codebam/podman-nginx-dash-hls","last_synced_at":"2026-03-07T12:36:03.458Z","repository":{"id":81046792,"uuid":"552469656","full_name":"codebam/podman-nginx-dash-hls","owner":"codebam","description":"Dash and HLS streaming server using Podman and Nginx","archived":false,"fork":false,"pushed_at":"2022-10-19T22:48:25.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T03:43:38.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-16T17:05:09.000Z","updated_at":"2022-10-16T17:12:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1b7f945-0416-43b6-bbec-8992cbd66422","html_url":"https://github.com/codebam/podman-nginx-dash-hls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebam/podman-nginx-dash-hls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fpodman-nginx-dash-hls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fpodman-nginx-dash-hls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fpodman-nginx-dash-hls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fpodman-nginx-dash-hls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebam","download_url":"https://codeload.github.com/codebam/podman-nginx-dash-hls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebam%2Fpodman-nginx-dash-hls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30213212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"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":"2024-11-15T06:20:52.041Z","updated_at":"2026-03-07T12:36:03.436Z","avatar_url":"https://github.com/codebam.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# podman-nginx-dash-hls\n\nDash and HLS streaming server using Podman and Nginx.\n\n## Setup\n\nCreate a new user for Podman.\n\n`useradd nginx`\n\nGive your new user systemd linger privleges.\n\n`loginctl enable-linger nginx`\n\nClone the repo to your home folder.\n\n`git clone https://github.com/codebam/podman-nginx-dash-hls.git /home/nginx`\n\nConfigure your DNS to point to your server IP.\n\n`A dash.your-website.com 127.0.0.1`\n\nGenerate LetsEncrypt certificates.\n\n```\npodman run -it --rm \\\n    --name certbot \\\n    -v /home/nginx/etc/letsencrypt:/etc/letsencrypt:z \\\n    -v /home/nginx/var/lib/letsencrypt:/var/lib/letsencrypt:z \\\n    -v /home/nginx/var/www/html:/var/www/html:z \\\n    certbot/certbot certonly --webroot-path /var/www/html\n```\n\nModify your nginx config.\n\n`etc/nginx/sites-available/default`\n\nCreate stream directory.\n\n`mkdir /home/nginx/stream`\n\nEnable systemd services.\n\n`systemctl --user enable --now nginx nginx-hls certbot.timer`\n\nStream.\n\n```\nlive=\"rtmp://dash.seanbehan.ca/live_your_password/stream\"\n\nwhile true\ndo\n\t# notify-send -u critical \"stream started\"\n        ffmpeg -f mpegts -i udp://localhost:2000?buffer_size=1000000000 \\\n            -c:v libx264 -x264opts bitrate=10000:vbv-maxrate=50000:vbv-bufsize=150000 -rtbufsize 150M \\\n            -crf 30 -profile:v high -preset:v ultrafast -tune zerolatency -movflags faststart \\\n            -c:a aac \\\n            -f flv $live\n\tsleep 0.1\ndone\n```\n\nPut your stream URL in dash.js or hls.js, or VLC.\n\n`https://dash.seanbehan.ca/dash/stream.mpd`\n\n`https://dash.seanbehan.ca/hls/stream.m3u8`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Fpodman-nginx-dash-hls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebam%2Fpodman-nginx-dash-hls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebam%2Fpodman-nginx-dash-hls/lists"}