{"id":19177515,"url":"https://github.com/liteavsdk/live_ios","last_synced_at":"2025-05-07T20:41:32.413Z","repository":{"id":39612843,"uuid":"464297493","full_name":"LiteAVSDK/Live_iOS","owner":"LiteAVSDK","description":"The world's top-level live sdk...","archived":false,"fork":false,"pushed_at":"2024-12-02T02:24:49.000Z","size":641,"stargazers_count":23,"open_issues_count":12,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T20:41:30.841Z","etag":null,"topics":["flv","ios","live","rtmp","sdk"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/LiteAVSDK.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-28T01:14:10.000Z","updated_at":"2025-05-01T23:38:07.000Z","dependencies_parsed_at":"2024-01-09T10:49:05.836Z","dependency_job_id":"c774897a-808b-481a-be14-b15808fe94c4","html_url":"https://github.com/LiteAVSDK/Live_iOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteAVSDK%2FLive_iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteAVSDK%2FLive_iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteAVSDK%2FLive_iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteAVSDK%2FLive_iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiteAVSDK","download_url":"https://codeload.github.com/LiteAVSDK/Live_iOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954127,"owners_count":21830893,"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":["flv","ios","live","rtmp","sdk"],"created_at":"2024-11-09T10:33:49.863Z","updated_at":"2025-05-07T20:41:32.394Z","avatar_url":"https://github.com/LiteAVSDK.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 目录结构说明\n\n本目录包含 iOS 版 移动直播 SDK 的 Demo 源代码，主要演示接口如何调用以及最基本的功能。\n\n```\n├─ MLVB-API-Example-OC        // MLVB API Example，包括直播推流，直播播放，互动直播\n|  ├─ App                     // 程序入口界面\n|  ├─ Basic                   // 演示 Live 基础功能示例代码\n|  |  ├─ LiveLink             // 演示直播连麦示例代码\n|  |  ├─ LivePK               // 演示直播 PK 示例代码\n|  |  ├─ LivePlay             // 演示直播播放示例代码\n|  |  ├─ LebPlay              // 演示快直播播放示例代码\n|  |  ├─ LivePushCamera       // 演示摄像头推流示例代码\n|  |  ├─ LivePushScreen       // 演示屏幕推流示例代码\n|  ├─ Advanced                // 演示直播高级功能示例代码\n|  |  ├─ CustomVideoCapture   // 演示自定义视频采集示例代码\n|  |  ├─ RTCPushAndPlay       // 演示 RTC 推流和播放示例代码\n|  |  ├─ LocalVideoShare      // 演示本地视频分享示例代码\n|  |  ├─ ThirdBeauty          // 演示第三方美颜示例代码\n|  |  ├─ LebAutoBitrate       // 演示快直播自适应播放代码\n|  |  ├─ HlsAutoBitrate       // 演示HLS自适应播放代码\n|  |  ├─ PictureInPicture     // 演示系统画中画示例代码\n|  \n├─ SDK \n│  ├─ LiteAVSDK_Smart.framework       // 如果您下载的是 Smart 专用 zip 包，解压后将出现此文件夹\n│  ├─ LiteAVSDK_Live.framework       // 如果您下载的是 Live 专用 zip 包，解压后将出现此文件夹\n|  ├─ LiteAVSDK_Professional.framework // 如果您下载的是专业版 zip 包，解压后将出现此文件夹\n```\n\n## SDK 分类和下载\n\n腾讯云 移动直播 SDK 基于 LiteAVSDK 统一框架设计和实现，该框架包含直播、点播、短视频、RTC、AI美颜在内的多项功能：\n\n- 如果您追求最小化体积增量，可以下载 Smart 版：[TXLiteAVSDK_Smart_iOS_latest.zip](https://cloud.tencent.com/document/product/454/7873)\n- 如果您还需要 连麦PK 的功能，可以下载 Live 版：[TXLiteAVSDK_Live_iOS_latest.zip](https://cloud.tencent.com/document/product/454/7873)\n- 如果您需要使用多个功能而不希望打包多个 SDK，可以下载专业版：[TXLiteAVSDK_Professional_iOS_latest.zip](https://cloud.tencent.com/document/product/454/7873)\n\n\n## 相关文档链接\n\n- [SDK 的版本更新历史](https://cloud.tencent.com/document/product/454/7878)\n- [SDK 的 API 文档](https://cloud.tencent.com/document/product/454/34753)\n- [全功能小直播 App（Demo）源代码](https://cloud.tencent.com/document/product/454/38625)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliteavsdk%2Flive_ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliteavsdk%2Flive_ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliteavsdk%2Flive_ios/lists"}