{"id":13908306,"url":"https://github.com/Eyevinn/stream-tsdemux","last_synced_at":"2025-07-18T07:30:52.581Z","repository":{"id":79237704,"uuid":"277594040","full_name":"Eyevinn/stream-tsdemux","owner":"Eyevinn","description":"A writable Stream that demux MPEG-TS bitstream into seperate Readable streams.","archived":false,"fork":false,"pushed_at":"2023-10-03T00:41:23.000Z","size":4063,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-09T12:48:55.177Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eyevinn.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}},"created_at":"2020-07-06T16:30:36.000Z","updated_at":"2023-05-03T00:40:15.000Z","dependencies_parsed_at":"2024-01-22T00:14:16.873Z","dependency_job_id":"aa0d7783-8b35-4b42-bbe1-07d743d13a89","html_url":"https://github.com/Eyevinn/stream-tsdemux","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"892e885111758b19d2b9194d2f5ce5792c1535c4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Eyevinn/stream-tsdemux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fstream-tsdemux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fstream-tsdemux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fstream-tsdemux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fstream-tsdemux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eyevinn","download_url":"https://codeload.github.com/Eyevinn/stream-tsdemux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eyevinn%2Fstream-tsdemux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265538449,"owners_count":23784601,"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":["library"],"created_at":"2024-08-06T23:02:37.818Z","updated_at":"2025-07-18T07:30:50.097Z","avatar_url":"https://github.com/Eyevinn.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# tsdemux\n\nA writable Stream that demux MPEG-TS bitstream into seperate Readable streams.\n\n## API\n\n```\nconst fs = require('fs');\nconst { TSDemuxer } = require('@eyevinn/tsdemux');\n\nconst source = fs.createReadStream('./samples/av.ts');\nconst video = fs.createWriteStream('./output-video.h264');\nconst audio = fs.createWriteStream('./output-audio.aac');\n\nconst demuxer = new TSDemuxer({\n  video: video,\n  audio: audio,\n});\nsource.pipe(demuxer);\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyevinn%2Fstream-tsdemux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEyevinn%2Fstream-tsdemux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEyevinn%2Fstream-tsdemux/lists"}