{"id":13811989,"url":"https://github.com/rozhuk-im/msd_lite","last_synced_at":"2025-05-14T20:31:18.324Z","repository":{"id":91923580,"uuid":"340775133","full_name":"rozhuk-im/msd_lite","owner":"rozhuk-im","description":"Program for IP TV streaming on the network via HTTP","archived":false,"fork":false,"pushed_at":"2024-04-29T14:16:29.000Z","size":918,"stargazers_count":174,"open_issues_count":5,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T04:01:41.579Z","etag":null,"topics":["iptv","ipv6","streaming","udpxy"],"latest_commit_sha":null,"homepage":"http://netlab.dhis.org/wiki/index?id=en:software:msd:lite","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozhuk-im.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["rozhuk-im"],"buy_me_a_coffee":"rojuc","custom":["https://paypal.me/rojuc"]}},"created_at":"2021-02-20T23:23:50.000Z","updated_at":"2024-08-04T04:01:45.948Z","dependencies_parsed_at":null,"dependency_job_id":"586eeca4-9121-4e38-b5ea-b96d9c923bf0","html_url":"https://github.com/rozhuk-im/msd_lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozhuk-im%2Fmsd_lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozhuk-im%2Fmsd_lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozhuk-im%2Fmsd_lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozhuk-im%2Fmsd_lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozhuk-im","download_url":"https://codeload.github.com/rozhuk-im/msd_lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225307869,"owners_count":17453889,"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","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":["iptv","ipv6","streaming","udpxy"],"created_at":"2024-08-04T04:00:44.262Z","updated_at":"2025-05-14T20:31:18.317Z","avatar_url":"https://github.com/rozhuk-im.png","language":"C","funding_links":["https://github.com/sponsors/rozhuk-im","https://buymeacoffee.com/rojuc","https://paypal.me/rojuc","https://www.buymeacoffee.com/rojuc"],"categories":["C"],"sub_categories":[],"readme":"# msd_lite\n\n[![Build-macOS-latest Actions Status](https://github.com/rozhuk-im/msd_lite/workflows/build-macos-latest/badge.svg)](https://github.com/rozhuk-im/msd_lite/actions)\n[![Build-Ubuntu-latest Actions Status](https://github.com/rozhuk-im/msd_lite/workflows/build-ubuntu-latest/badge.svg)](https://github.com/rozhuk-im/msd_lite/actions)\n\n\nRozhuk Ivan \u003crozhuk.im@gmail.com\u003e 2011-2025\n\nmsd_lite - Multi stream daemon lite.\nThis lightweight version of Multi Stream daemon (msd)\nProgram for organizing IP TV streaming on the network via HTTP.\n\n\n## Licence\nBSD licence.\nWebsite: http://www.netlab.linkpc.net/wiki/en:software:msd:lite\n\n\n## Donate\nSupport the author\n* **GitHub Sponsors:** [![\"GitHub Sponsors\"](https://camo.githubusercontent.com/220b7d46014daa72a2ab6b0fcf4b8bf5c4be7289ad4b02f355d5aa8407eb952c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d53706f6e736f722d6661666266633f6c6f676f3d47697448756225323053706f6e736f7273)](https://github.com/sponsors/rozhuk-im) \u003cbr/\u003e\n* **Buy Me A Coffee:** [![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/rojuc) \u003cbr/\u003e\n* **PayPal:** [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://paypal.me/rojuc) \u003cbr/\u003e\n* **Bitcoin (BTC):** `1AxYyMWek5vhoWWRTWKQpWUqKxyfLarCuz` \u003cbr/\u003e\n\n\n## Features\n* Open source\n* BSD License\n* No deadlocks threads during operation\n* Receiving only udp-multicast, including rtp streams\n* Not available options URL: precache and blocksize\n* Zero Copy on Send (ZCoS) is always on\n* No polling to send out to clients fUsePollingForSend\n* No analyzer MPEG2-TS stream, and “smart” shipping MPEG2-TS header new clients\n\n\n\n\n## Compilation and Installation\n```\nsudo apt-get install build-essential git cmake fakeroot\ngit clone --recursive https://github.com/rozhuk-im/msd_lite.git\ncd msd_lite\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=true ..\nmake -j 8\n```\n\n\n## Run tests\n```\nmkdir -p build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=1 ..\ncmake --build . --config Release -j 16\nctest -C Release --output-on-failure -j 16\n```\n\n\n## Usage\n```\nmsd_lite [-d] [-v] [-c file]\n       [-p PID file] [-u uid|usr -g gid|grp]\n -h           usage (this screen)\n -d           become daemon\n -c file      config file\n -p PID file  file name to store PID\n -u uid|user  change uid\n -g gid|group change gid\n -v           verboce\n```\n\n\n## Setup\n\n### msd_lite\nCopy %%ETCDIR%%/msd_lite.conf.sample to %%ETCDIR%%/msd_lite.conf\nthen replace lan0 with your network interface name.\nAdd more sections if needed.\nRemove IPv4/IPv6 lines if not needed.\n\nAdd to /etc/rc.conf:\n```\nmsd_lite_enable=\"YES\"\n```\n\nRun:\n```\nservice msd_lite restart\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozhuk-im%2Fmsd_lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozhuk-im%2Fmsd_lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozhuk-im%2Fmsd_lite/lists"}