Skip to content

yangrui1930/android-p2p-engine

 
 

Repository files navigation

English | 简体中文

cdnbye logo

Live/VOD P2P Engine for Android and Android TV

jcenter api

CDNBye Android P2P Engine scales live/vod video streaming by peer-to-peer network using bittorrent-like protocol. Powered by WebRTC Datachannel, this SDK can interconnect with the Web side plug-in of CDNBye, which greatly increases the number of nodes in the P2P network, breaking the gap between the browser and mobile application. Merely a few lines of codes are required to quickly integrate into existing projects. As expected, it supports any Android player!

Features

  • Interconnect with CDNBye hlsjs-p2p-engine and ios-p2p-engine
  • Support live and VOD streams over HLS protocol(m3u8)
  • Support encrypted HLS stream
  • Support cache to avoid repeating the download of TS file
  • Very easy to integrate with an existing Android Mobile and Android TV project
  • Support any Android player
  • Efficient scheduling policies to enhance the performance of P2P streaming
  • Highly configurable
  • Use IP database to group up peers by ISP and regions
  • API frozen, new releases will not break your code

Requirements

Android Version Support: Kitkat 4.4(API level >= 19)

Integration

See document

API and Configuration

See API.md

Issue & Feature Request

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.

Related Projects

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contact Us

Email:[email protected]

About

Live/VOD P2P Engine for Android and Android TV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%