{"id":13766875,"url":"https://github.com/iliya-gr/mediasegmenter","last_synced_at":"2026-01-10T13:04:59.899Z","repository":{"id":4275254,"uuid":"5403586","full_name":"iliya-gr/mediasegmenter","owner":"iliya-gr","description":"HLS media segmenter.","archived":false,"fork":false,"pushed_at":"2018-09-06T06:09:45.000Z","size":126,"stargazers_count":55,"open_issues_count":1,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-17T02:34:17.917Z","etag":null,"topics":["ffmpeg","hls","libav","video"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/iliya-gr.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}},"created_at":"2012-08-13T19:22:33.000Z","updated_at":"2024-10-22T07:44:09.000Z","dependencies_parsed_at":"2022-08-31T05:13:41.805Z","dependency_job_id":null,"html_url":"https://github.com/iliya-gr/mediasegmenter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliya-gr%2Fmediasegmenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliya-gr%2Fmediasegmenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliya-gr%2Fmediasegmenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliya-gr%2Fmediasegmenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iliya-gr","download_url":"https://codeload.github.com/iliya-gr/mediasegmenter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253492529,"owners_count":21916959,"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":["ffmpeg","hls","libav","video"],"created_at":"2024-08-03T16:01:02.032Z","updated_at":"2026-01-10T13:04:59.487Z","avatar_url":"https://github.com/iliya-gr.png","language":"Shell","funding_links":[],"categories":["HarmonyOS","Protocols \u0026 Transport"],"sub_categories":["Windows Manager","Adaptive Streaming"],"readme":"# Mediasegmenter\n\nAn attempt to create replacement for mediafilesegmenter and mediastreamsegmenter for Linux operation system.\n\n## Usage\n\n### Video on demand\n\nTo create VOD playlist with default parameters:\n\n```bash\nmediasegmenter -f /output_path source.mp4\n```\n\n### Live\n\nCreate html page with video tag:\n\n```html\n\u003cvideo src=\"path_to_video_directory/prog_index.m3u8\" controls=\"controls\" autoplay=\"autoplay\"\u003e\u003c/video\u003e\n```\n\n```bash\nmkfifo stream\nffmpeg -re -y -i big_buck_bunny_1080p_h264.mov -c copy -bsf h264_mp4toannexb -f mpegts stream\nmediasegmenter -f /var/www/path_to_video_directory --live -w 5 --delete-files stream \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiya-gr%2Fmediasegmenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiya-gr%2Fmediasegmenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiya-gr%2Fmediasegmenter/lists"}