Latest | 0.3.1 |
---|---|
Homepage | https://docs.cdnbye.com/#/en/ |
License | MIT |
Platforms | ios 9.0 |
Dependencies | GoogleWebRTC, SocketRocket, CocoaLumberjack, YYCache, GCDWebServer |
Authors |
Latest podspec
{ "name": "CDNByeSDK", "version": "0.3.1", "summary": "CDNBye iOS SDK for Cross-platform P2P Streaming.", "description": "CDNBye iOS SDK implements WebRTC datachannel to scale live/vod video streaming by peer-to-peer network using bittorrent-like protocol. The forming peer network can be layed over other CDNs or on top of the origin server. CDNBye installs a proxy between your video player and your stream which intercepts network requests and proxies them through a P2P engine.", "homepage": "https://docs.cdnbye.com/#/en/", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "cdnbye": "[email protected]" }, "source": { "git": "https://github.com/cdnbye/ios-p2p-engine.git", "tag": "0.3.1" }, "platforms": { "ios": "9.0" }, "vendored_frameworks": "CDNByeSDK/*.{framework}", "dependencies": { "GoogleWebRTC": [ "~> 1.1" ], "SocketRocket": [ "~> 0.5" ], "CocoaLumberjack": [ "~> 3.5" ], "YYCache": [ "~> 1.0" ], "GCDWebServer": [ "~> 3.5" ] } }
Mon, 10 Jun 2019 10:59:04 +0000