{"id":22290865,"url":"https://github.com/voltan/nginx-vod-module-docker","last_synced_at":"2025-08-22T16:04:42.275Z","repository":{"id":149822745,"uuid":"216739386","full_name":"voltan/nginx-vod-module-docker","owner":"voltan","description":"Local dockerfile for run nginx vod module by kaltura","archived":false,"fork":false,"pushed_at":"2019-10-24T18:55:58.000Z","size":5128,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T23:45:52.898Z","etag":null,"topics":["docker","dockerfile","hls","kaltura","m3u8","nginx","nginx-vod","stream"],"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/voltan.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":"2019-10-22T06:30:05.000Z","updated_at":"2021-12-20T09:04:49.000Z","dependencies_parsed_at":"2023-04-28T05:33:41.566Z","dependency_job_id":null,"html_url":"https://github.com/voltan/nginx-vod-module-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voltan/nginx-vod-module-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltan%2Fnginx-vod-module-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltan%2Fnginx-vod-module-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltan%2Fnginx-vod-module-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltan%2Fnginx-vod-module-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voltan","download_url":"https://codeload.github.com/voltan/nginx-vod-module-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltan%2Fnginx-vod-module-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271664889,"owners_count":24799298,"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-22T02:00:08.480Z","response_time":65,"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","dockerfile","hls","kaltura","m3u8","nginx","nginx-vod","stream"],"created_at":"2024-12-03T17:14:23.587Z","updated_at":"2025-08-22T16:04:42.265Z","avatar_url":"https://github.com/voltan.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-vod-module-docker\nLocal dockerfile for run nginx vod module by kaltura\n\n## Building locally\nThis repository uses Docker's multi-stage builds, therefore building this image\nrequires Docker 17.05 or higher. Given that you have all the required\ndependencies, building the image is as simple as running a docker build:\n\n```\ndocker build -t nginxvod -f Dockerfile .\n```\n\nhere `nginxvod` is your local image name, and you can change this name if you like\n\n## Running this example locally\nYou can run this example locally with Docker\n```\ndocker run -p 3030:80 -v $PWD/videos:/opt/static/videos -v $PWD/nginx.conf:/usr/local/nginx/conf/nginx.conf nginxvod\n```\n\n* docker run on port `3030`, you can change this port if you want\n* open port on server firewall\n* `/videos` its local directory for video sources \n* `nginx.conf` its nginx config file.\n* you can change video path by change `$PWD/videos` to new path\n* Add `-d` after `run`, if you want run it background\n\n\n## Example\n\n* HLS: `http://localhost:3030/hls/demo.mp4/master.m3u8`\n* Dash: `http://localhost:3030/dash/demo.mp4/manifest.mpd`\n* Thumbnail: `http://localhost:3030/thumb/demo.mp4/thumb-1000.jpg`\n\n\n## Run examples\n\n* Run in background :\n\n```\ndocker run -d -p 3030:80 -v $PWD/videos:/opt/static/videos -v $PWD/nginx.conf:/usr/local/nginx/conf/nginx.conf nginxvod\n```\n\n## Source\n\n* [dojocasts/nginx-vod-module-docker](https://gitlab.com/dojocasts/nginx-vod-module-docker)\n* [nytimes/nginx-vod-module-docker](https://github.com/nytimes/nginx-vod-module-docker)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltan%2Fnginx-vod-module-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltan%2Fnginx-vod-module-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltan%2Fnginx-vod-module-docker/lists"}