{"id":18616726,"url":"https://github.com/sile/hls_m3u8","last_synced_at":"2025-04-13T04:59:00.464Z","repository":{"id":46656944,"uuid":"121091438","full_name":"sile/hls_m3u8","owner":"sile","description":"HLS(RFC8216) m3u8 parser/generator","archived":false,"fork":false,"pushed_at":"2025-04-10T13:10:57.000Z","size":895,"stargazers_count":59,"open_issues_count":16,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T04:58:56.060Z","etag":null,"topics":["hls","m3u8","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/sile.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2018-02-11T06:09:18.000Z","updated_at":"2025-04-12T21:15:04.000Z","dependencies_parsed_at":"2024-11-07T03:41:59.456Z","dependency_job_id":"f28d006c-cf95-46eb-a59d-fd4903796d98","html_url":"https://github.com/sile/hls_m3u8","commit_stats":{"total_commits":252,"total_committers":5,"mean_commits":50.4,"dds":0.2420634920634921,"last_synced_commit":"f5ddfed73879fdb238cfa2c8d0c179d0234a1854"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fhls_m3u8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fhls_m3u8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fhls_m3u8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fhls_m3u8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/hls_m3u8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665759,"owners_count":21142123,"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":["hls","m3u8","rust"],"created_at":"2024-11-07T03:37:43.170Z","updated_at":"2025-04-13T04:59:00.458Z","avatar_url":"https://github.com/sile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"hls_m3u8\n=========\n\n[![Crates.io: hls_m3u8](https://img.shields.io/crates/v/hls_m3u8.svg)](https://crates.io/crates/hls_m3u8)\n[![Documentation](https://docs.rs/hls_m3u8/badge.svg)](https://docs.rs/hls_m3u8)\n[![Actions Status](https://github.com/sile/hls_m3u8/workflows/CI/badge.svg)](https://github.com/sile/hls_m3u8/actions)\n![License](https://img.shields.io/crates/l/hls_m3u8)\n\n[HLS] m3u8 parser/generator.\n\n[Documentation](https://docs.rs/hls_m3u8)\n\n[HLS]: https://tools.ietf.org/html/rfc8216\n\nExamples\n---------\n\n```rust\nuse hls_m3u8::MediaPlaylist;\n\nlet m3u8 = \"#EXTM3U\n#EXT-X-TARGETDURATION:10\n#EXT-X-VERSION:3\n#EXTINF:9.009,\nhttp://media.example.com/first.ts\n#EXTINF:9.009,\nhttp://media.example.com/second.ts\n#EXTINF:3.003,\nhttp://media.example.com/third.ts\n#EXT-X-ENDLIST\";\n\nassert!(m3u8.parse::\u003cMediaPlaylist\u003e().is_ok());\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0\n  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license\n  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fhls_m3u8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Fhls_m3u8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fhls_m3u8/lists"}