2 "name": "SJMediaCacheServer",
4 "summary": "SJMediaCacheServer 是一个高效的 HTTP 媒体缓存框架,旨在代理媒体数据请求并优先提供缓存数据,从而减少网络流量并增强播放的流畅性。该框架支持两种类型的远程资源:基于文件的媒体,如 MP3、AAC、WAV、FLAC、OGG、MP4 和 MOV 等常见格式,以及 HLS(HTTP Live Streaming)流。它会自动解析 HLS 播放列表并代理各个媒体片段。",
5 "description": "https://github.com/changsanjiang/SJMediaCacheServer/blob/master/README.md",
6 "homepage": "https://github.com/changsanjiang/SJMediaCacheServer",
12 "changsanjiang": "changsanjiang@gmail.com"
15 "git": "https://github.com/changsanjiang/SJMediaCacheServer.git",
21 "source_files": "SJMediaCacheServer/*.{h,m}",
28 "SJMediaCacheServer": [
29 "SJMediaCacheServer/Assets/**/*"
35 "source_files": "SJMediaCacheServer/Core/**/*.{h,m}",
37 "SJMediaCacheServer/KTVCocoaHTTPServer": [
43 "name": "KTVCocoaHTTPServer",
44 "source_files": "SJMediaCacheServer/KTVCocoaHTTPServer/**/*.{h,m}",