{"id":23104813,"url":"https://github.com/mayniklas/docker-streamlink","last_synced_at":"2026-01-31T13:11:36.701Z","repository":{"id":109060816,"uuid":"397346870","full_name":"MayNiklas/docker-streamlink","owner":"MayNiklas","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-05T09:57:02.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T16:54:51.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MayNiklas.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":"2021-08-17T17:57:01.000Z","updated_at":"2022-02-05T09:52:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"27b58b2f-5dcc-4cd3-8028-3181c52debfe","html_url":"https://github.com/MayNiklas/docker-streamlink","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MayNiklas/docker-streamlink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdocker-streamlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdocker-streamlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdocker-streamlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdocker-streamlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayNiklas","download_url":"https://codeload.github.com/MayNiklas/docker-streamlink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdocker-streamlink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-12-17T00:36:26.721Z","updated_at":"2026-01-31T13:11:36.686Z","avatar_url":"https://github.com/MayNiklas.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-streamlink\n\nArchive twitch streams within a docker enviroment.\n\n## Getting Started\n\nThese instructions will cover usage information and for the docker container\n\n### Prerequisities\n\n\nIn order to run this container you'll need docker installed.\n\n* [Windows](https://docs.docker.com/windows/started)\n* [OS X](https://docs.docker.com/mac/started/)\n* [Linux](https://docs.docker.com/linux/started/)\n\n### Usage\n\n#### Container Parameters\n\nStart a detached instance.\n```shell\ndocker run -d --rm -e streamLink='twitch.tv/LINK' -v  $(pwd)/vods:/home/download mayniki/streamlink:2.3.0\n```\n\nOr by using docker-compose:\n\n```yml\nversion: '3.0'\nservices:\n  streamlink:\n    container_name: streamlink\n    image: mayniki/streamlink:2.3.0\n    volumes:\n      - \"./vods:/home/download\"\n    environment:\n      - streamLink='twitch.tv/LINK'\n      - streamQuality='best'\n      - streamName='twitch'\n      - streamOptions='--twitch-disable-hosting'\n      - GID=1000\n      - UID=1000\n    stdin_open: true\n    tty: true\n```\n\n```shell\ndocker-compose up -d\n```\n\n#### Environment Variables\n\n* `streamLink` - link to the twitch stream\n* `streamQuality` - quality setting to record\n* `streamName` - included in filename\n* `streamOptions` - options for streamlink\n* `GID` - group ID (important for permissions!\n* `UID` - user ID (important for permissions!\n\n#### Volumes\n\n* `/home/download` - download location\n\n## Built With\n\n* streamlink v2.3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fdocker-streamlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayniklas%2Fdocker-streamlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fdocker-streamlink/lists"}