{"id":28257036,"url":"https://github.com/djylb/msd_lite-docker","last_synced_at":"2026-02-14T16:31:49.926Z","repository":{"id":230610408,"uuid":"779785962","full_name":"djylb/msd_lite-docker","owner":"djylb","description":"A Docker container for msd_lite, similar to udpxy, which converts multicast streams to unicast.","archived":false,"fork":false,"pushed_at":"2025-05-07T05:18:40.000Z","size":60,"stargazers_count":16,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-14T15:59:25.910Z","etag":null,"topics":["docker","multicast","multicast-streams","udp","udpxy","unicast"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djylb.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,"zenodo":null}},"created_at":"2024-03-30T19:33:34.000Z","updated_at":"2026-01-14T14:45:10.000Z","dependencies_parsed_at":"2024-03-30T20:29:46.906Z","dependency_job_id":"5eb8fa9c-cb18-492d-9a1e-210a50eb64c5","html_url":"https://github.com/djylb/msd_lite-docker","commit_stats":null,"previous_names":["djylb/msd_lite-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djylb/msd_lite-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djylb%2Fmsd_lite-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djylb%2Fmsd_lite-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djylb%2Fmsd_lite-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djylb%2Fmsd_lite-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djylb","download_url":"https://codeload.github.com/djylb/msd_lite-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djylb%2Fmsd_lite-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":["docker","multicast","multicast-streams","udp","udpxy","unicast"],"created_at":"2025-05-19T23:14:56.717Z","updated_at":"2026-02-14T16:31:49.922Z","avatar_url":"https://github.com/djylb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msd_lite-docker\n\nA Docker container for **msd_lite**, similar to **udpxy**, which converts multicast streams to unicast.\n\n一个msd_lite的Docker容器，类似udpxy，将组播转换为单播流。\n\n[DockerHub](https://hub.docker.com/r/duan2001/msd_lite)\n[GHCR](https://github.com/djylb/msd_lite-docker/pkgs/container/msd_lite)\n\n# Usage | 使用说明\n\n## Auto configuration | 自动配置\n```shell\n# Use ENV | 通过环境变量配置 网卡 端口号\n# (supports both parameter passing and environment variables, with environment variables taking priority)\ndocker run --name msd_lite -e IFNAME=enp7s0 -e PORT=7088 --net=host --restart=unless-stopped duan2001/msd_lite\n\n# Or | 或使用命令行参数配置（环境变量优先级高于命令行参数）\ndocker run --name msd_lite --net=host --restart=unless-stopped duan2001/msd_lite vlan77 7088 # Network interface and port number (listening port can be omitted)\n```\n\n## Manual configuration | 手动配置\n\nConfig path | 配置文件路径：/etc/msd_lite/msd_lite.conf\n\n```shell\ndocker run -d --name=msd_lite --restart=unless-stopped -v ${PWD}/msd_lite:/etc/msd_lite --net=host duan2001/msd_lite\n# Rename | 重命名配置文件\nmv msd_lite/msd_lite.conf.sample msd_lite/msd_lite.conf\n# Edit config | 编辑配置文件\nnano msd_lite/msd_lite.conf\n# Restart | 重启容器\ndocker restart msd_lite\n```\n\n## Advanced Usage | 高级用法\n\n```shell\ndocker run -d --name=msd_lite -e IFNAME=br1 -e PORT=7088 --restart=unless-stopped -v ${PWD}/msd_lite:/etc/msd_lite --net=host duan2001/msd_lite\n```\n\n# Links\n\n[msd_lite](https://github.com/rozhuk-im/msd_lite)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjylb%2Fmsd_lite-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjylb%2Fmsd_lite-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjylb%2Fmsd_lite-docker/lists"}