{"id":13690228,"url":"https://github.com/cats-oss/VideoCast-Swift","last_synced_at":"2025-05-02T06:32:32.894Z","repository":{"id":56925960,"uuid":"125387496","full_name":"cats-oss/VideoCast-Swift","owner":"cats-oss","description":"A framework for broadcasting live video","archived":false,"fork":false,"pushed_at":"2023-06-12T15:09:08.000Z","size":83444,"stargazers_count":192,"open_issues_count":13,"forks_count":46,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-10T00:18:34.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/cats-oss.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}},"created_at":"2018-03-15T15:26:47.000Z","updated_at":"2025-03-25T04:04:31.000Z","dependencies_parsed_at":"2022-08-20T22:50:17.730Z","dependency_job_id":"ee3b7ec1-58ca-402f-9cf5-0c259aa84c9f","html_url":"https://github.com/cats-oss/VideoCast-Swift","commit_stats":null,"previous_names":["openfresh/videocast-swift"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cats-oss%2FVideoCast-Swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cats-oss%2FVideoCast-Swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cats-oss%2FVideoCast-Swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cats-oss%2FVideoCast-Swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cats-oss","download_url":"https://codeload.github.com/cats-oss/VideoCast-Swift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251998722,"owners_count":21678007,"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":[],"created_at":"2024-08-02T16:00:49.862Z","updated_at":"2025-05-02T06:32:27.882Z","avatar_url":"https://github.com/cats-oss.png","language":"Swift","readme":"# VideoCast-Swift\n\nVideoCast-Swift is a framework for broadcasting live video. It is based on [VideoCore](https://github.com/jgh-/VideoCore-Inactive) C++ library but rewritten in Swift. It currently works with iOS. It is a work in progress and will eventually expand to other platforms such as OS X.\n\n### Table of Contents\n* [Setup](#setup)\n* [Architecture Overview](#architecture-overview)\n* [Features](#features)\n* [Version History](#version-history)\n\n## Setup\n\n#### CocoaPods\n\nCreate a `Podfile` with the contents\n``` ruby\nplatform :ios, '8.0'\npod 'VideoCast', '~\u003e 0.1.0'\nuse_frameworks!\n```\nNext, run `pod install` and open the `xcworkspace` file that is created.\n\n## Architecture Overview\n\nSamples start at the source, are passed through a series of transforms, and end up at the output.\n\ne.g. Source (Camera) -\u003e Transform (Composite) -\u003e Transform (H.264 Encode) -\u003e Transform (RTMP Packetize) -\u003e Output (RTMP)\n\n## Features\n\n - Streaming protocols\n   - RTMP publish\n   - SRT (caller mode)\n - Encoders\n   - H.264\n   - HEVC\n   - AAC\n - Adaptive bitrate\n - Multiplexers\n   - MPEG-2 TS\n   - MP4 for recording\n - Mixers\n   - Video\n   - Audio\n - Sources\n   - Camera\n   - Microphone\n   - ReplayKit 2(Live Screen Broadcast) \n\n## Build SRT\n\n```\ngit clone https://github.com/openfresh/VideoCast-Swift.git\ncd VideoCast-Swift\n\ngit submodule update --init\n\ncd SRT\n./build_openssl.sh \n./build_srt.sh\n\n```\n\n## Version History\n\n* 0.1.2\n \t* RTMPS\n* 0.1.0\n \t* Live Screen Broadcast\n\t* 32 bit architecher support\n\t* Auto reconnect\n\t* Fixed low bitrate problems\n\t* Other bugfixes\n* 0.0.2\n\t* Metal videomixing and preview.\n\t* SRT Adaptive bitrate\n\t* New iOS Example\n\t* Bugfixes\n* 0.0.1 \n\t* Initial CocoaPods version\n","funding_links":[],"categories":["Video"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcats-oss%2FVideoCast-Swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcats-oss%2FVideoCast-Swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcats-oss%2FVideoCast-Swift/lists"}