{"id":28513711,"url":"https://github.com/livepeer/livepeer-wowza","last_synced_at":"2026-02-17T01:01:04.176Z","repository":{"id":47975231,"uuid":"193635973","full_name":"livepeer/livepeer-wowza","owner":"livepeer","description":"Livepeer + Wowza Integration Plugin","archived":false,"fork":false,"pushed_at":"2021-08-11T09:58:43.000Z","size":1096,"stargazers_count":5,"open_issues_count":13,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-29T20:20:52.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/livepeer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-25T04:43:45.000Z","updated_at":"2022-12-09T02:03:46.000Z","dependencies_parsed_at":"2022-08-12T15:40:48.243Z","dependency_job_id":null,"html_url":"https://github.com/livepeer/livepeer-wowza","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/livepeer/livepeer-wowza","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Flivepeer-wowza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Flivepeer-wowza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Flivepeer-wowza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Flivepeer-wowza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livepeer","download_url":"https://codeload.github.com/livepeer/livepeer-wowza/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Flivepeer-wowza/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29528228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"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":[],"created_at":"2025-06-09T01:07:49.230Z","updated_at":"2026-02-17T01:01:04.152Z","avatar_url":"https://github.com/livepeer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Livepeer Wowza Module\n\n## How it works\n\n### Start\n\n* Input stream to be transcoded arrives in Wowza.\n* LivepeerWowza creates a stream, sending a request to the API containing its bitrate ladder and transcoding configuration: `POST https://livepeer.live/api/stream`. Recieves back a Stream ID, e.g. `7abb1446-aca2-4220-b9f0-c7ac35cdcbee`.\n\n### Wowza --\u003e Livepeer loop\n\n* LivepeerWowza requests a broadcaster from `https://livepeer.live/api/broadcaster`. This endpoint and others are running on Cloudflare Workers with geolocation logic to send them to the nearest Livepeer production cluster. It recieves back a broadcaster address, e.g. `https://aks-default-16253462-vmss000002.livepeer.live`.\n* LivepeerWowza starts segmenting the input stream into MPEG-TS segments and uploading them to the broadcaster, e.g. `PUT https://aks-default-16253462-vmss000002.livepeer.live/live/7abb1446-aca2-4220-b9f0-c7ac35cdcbee/1.ts`.\n* If there is a problem with the upload, LivepeerWowza requests another stream from `https://livepeer.live/api/broadcaster` and retries.\n\n### Livepeer --\u003e Wowza loop\n\n* Based on the transcoding configuration, LivepeerWowza determines the URL of the HLS playlist for each transcoded rendition. Stream Files are created for each one, at URLs like `https://livepeer.live/stream/7abb1446-aca2-4220-b9f0-c7ac35cdcbee/P144p30fps16x9.m3u8`.\n* These playlists are running on Cloudlfare Workers that are aware of all the broadcasters and amalgamate the `m3u8` playlists to include all available segments. It then serves out media playlists that include the full broadcaster URLs of the segments,such as:\n\n```m3u8\n#EXTM3U\n#EXT-X-VERSION:3\n#EXT-X-MEDIA-SEQUENCE:232212\n#EXT-X-TARGETDURATION:2\n#EXTINF:1.667,\nhttps://aks-default-16253462-vmss000002.livepeer.live/live/7abb1446-aca2-4220-b9f0-c7ac35cdcbee/1.ts\n#EXTINF:1.666,\nhttps://aks-default-16253462-vmss000001.livepeer.live/live/7abb1446-aca2-4220-b9f0-c7ac35cdcbee/2.ts\n#EXTINF:2.000,\nhttps://aks-default-16253462-vmss000000.livepeer.live/live/7abb1446-aca2-4220-b9f0-c7ac35cdcbee/3.ts\n```\n\n* (Note that the broadcaster servers can change from segment to segment, providing one coherent stream even if LivepeerWowza switches broadcasters.)\n* These HLS streams are stitched back together and are accessible for any functions of Wowza.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepeer%2Flivepeer-wowza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivepeer%2Flivepeer-wowza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepeer%2Flivepeer-wowza/lists"}